Atoms Crowd
7.0.0
|
#include <JointPose.h>
Public Member Functions | |
JointPose () | |
Constructor. | |
~JointPose () | |
Destructor. | |
Matrix | matrix () const |
Gets the joint matrix. More... | |
void | setMatrix (const Matrix &matrix) |
Sets the joint matrix. More... | |
Static Public Member Functions | |
static size_t | memSize () |
Get the memory size fo this object. | |
Public Attributes | |
Quaternion | rotation |
Rotation. | |
Vector3 | translation |
Translation. | |
Vector3 | scale |
Scale. | |
Joint pose.
Matrix AtomsCore::JointPose::matrix | ( | ) | const |
Gets the joint matrix.
void AtomsCore::JointPose::setMatrix | ( | const Matrix & | matrix | ) |
Sets the joint matrix.
matrix | Matrix |