|
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 210 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 217 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myP |
Definition at line 222 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myPR |
Definition at line 223 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myR |
Definition at line 219 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myS |
Definition at line 220 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myShear |
Definition at line 221 of file LOP_PRMShared.h.
| UT_Vector3D LOP_XformComponents::myT |
Definition at line 218 of file LOP_PRMShared.h.