![]() |
Plasma Engine
2.0
|
Describes a single joint. The transforms of the joints are in their local space and thus need to be correctly multiplied with their parent transforms to get the final transform. More...
#include <Skeleton.h>
Public Member Functions | |
const plTransform & | GetRestPoseLocalTransform () const |
plUInt16 | GetParentIndex () const |
Returns plInvalidJointIndex if no parent. | |
bool | IsRootJoint () const |
const plHashedString & | GetName () const |
plAngle | GetHalfSwingLimitY () const |
plAngle | GetHalfSwingLimitZ () const |
plAngle | GetTwistLimitHalfAngle () const |
plAngle | GetTwistLimitCenterAngle () const |
plAngle | GetTwistLimitLow () const |
plAngle | GetTwistLimitHigh () const |
plEnum< plSkeletonJointType > | GetJointType () const |
plQuat | GetLocalOrientation () const |
plSurfaceResourceHandle | GetSurface () const |
plUInt8 | GetCollisionLayer () const |
float | GetStiffness () const |
void | SetStiffness (float fValue) |
Describes a single joint. The transforms of the joints are in their local space and thus need to be correctly multiplied with their parent transforms to get the final transform.