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 841 of file UT_Matrix4.h.
|
inline |
Constructor with default values for data members.
Definition at line 844 of file UT_Matrix4.h.
|
inline |
Convenience constructor with translate and rotate.
Definition at line 851 of file UT_Matrix4.h.
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myRotate |
Definition at line 859 of file UT_Matrix4.h.
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myTranslate |
Definition at line 858 of file UT_Matrix4.h.