Pose
Inherited: None
Description
Public Methods
void |
addBone (Bone * bone) |
const Bone * |
bone (int index) const |
int |
boneCount () const |
Static Methods
None
Methods Description
void Pose::addBone (Bone * bone)
Adds a bone to the pose.
const Bone * Pose::bone (int index) const
Returns a bone with index.
Note: Returns nullptr in case no such bone.
int Pose::boneCount () const
Returns the count of bones for the current pose which was affected.