Jolt Physics
A multi core friendly Game Physics Engine
|
Contains the current state of a joint, a local space transformation relative to its parent joint. More...
#include <SkeletalAnimation.h>
Public Member Functions | |
void | FromMatrix (Mat44Arg inMatrix) |
Convert from a local space matrix. More... | |
Mat44 | ToMatrix () const |
Convert to matrix representation. More... | |
Public Attributes | |
Quat | mRotation = Quat::sIdentity() |
Local space rotation of the joint. More... | |
Vec3 | mTranslation = Vec3::sZero() |
Local space translation of the joint. More... | |
Contains the current state of a joint, a local space transformation relative to its parent joint.
void SkeletalAnimation::JointState::FromMatrix | ( | Mat44Arg | inMatrix | ) |
Convert from a local space matrix.
|
inline |
Convert to matrix representation.
Quat SkeletalAnimation::JointState::mRotation = Quat::sIdentity() |
Local space rotation of the joint.
Vec3 SkeletalAnimation::JointState::mTranslation = Vec3::sZero() |
Local space translation of the joint.