HDK
|
#include <LOP_PRMShared.h>
Public Member Functions | |
void | combine (const LOP_XformComponents &other) |
void | applyXform (UT_Matrix4D &xform) |
Static Public Member Functions | |
static const LOP_XformComponents & | identity () |
Public Attributes | |
UT_XformOrder | myOrder |
UT_Vector3D | myT |
UT_Vector3D | myR |
UT_Vector3D | myS |
UT_Vector3D | myShear |
UT_Vector3D | myP |
UT_Vector3D | myPR |
Definition at line 174 of file LOP_PRMShared.h.
void LOP_XformComponents::applyXform | ( | UT_Matrix4D & | xform | ) |
void LOP_XformComponents::combine | ( | const LOP_XformComponents & | other | ) |
|
static |
UT_XformOrder LOP_XformComponents::myOrder |
Definition at line 181 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myP |
Definition at line 186 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myPR |
Definition at line 187 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myR |
Definition at line 183 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myS |
Definition at line 184 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myShear |
Definition at line 185 of file LOP_PRMShared.h.
UT_Vector3D LOP_XformComponents::myT |
Definition at line 182 of file LOP_PRMShared.h.