HDK
|
Define parameters for Houdini's pivot space. More...
#include <UT_Matrix4.h>
Public Member Functions | |
PivotSpaceT () | |
Constructor with default values for data members. More... | |
PivotSpaceT (const UT_Vector3T< S > &translate, const UT_Vector3T< S > &rotate) | |
Convenience constructor with translate and rotate. More... | |
Public Attributes | |
UT_Vector3T< S > | myTranslate |
UT_Vector3T< S > | myRotate |
Define parameters for Houdini's pivot space.
Definition at line 837 of file UT_Matrix4.h.
|
inline |
Constructor with default values for data members.
Definition at line 840 of file UT_Matrix4.h.
|
inline |
Convenience constructor with translate and rotate.
Definition at line 847 of file UT_Matrix4.h.
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myRotate |
Definition at line 855 of file UT_Matrix4.h.
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myTranslate |
Definition at line 854 of file UT_Matrix4.h.