|
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 191 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 198 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myP |
Definition at line 203 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myPR |
Definition at line 204 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myR |
Definition at line 200 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myS |
Definition at line 201 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myShear |
Definition at line 202 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myT |
Definition at line 199 of file LOP_PRMShared.h.