HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_Matrix4T< T >::PivotSpaceT< S > Struct Template Reference

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< SmyTranslate
 
UT_Vector3T< SmyRotate
 

Detailed Description

template<typename T>
template<typename S>
struct UT_Matrix4T< T >::PivotSpaceT< S >

Define parameters for Houdini's pivot space.

Definition at line 841 of file UT_Matrix4.h.

Constructor & Destructor Documentation

template<typename T>
template<typename S >
UT_Matrix4T< T >::PivotSpaceT< S >::PivotSpaceT ( )
inline

Constructor with default values for data members.

Definition at line 844 of file UT_Matrix4.h.

template<typename T>
template<typename S >
UT_Matrix4T< T >::PivotSpaceT< S >::PivotSpaceT ( const UT_Vector3T< S > &  translate,
const UT_Vector3T< S > &  rotate 
)
inline

Convenience constructor with translate and rotate.

Definition at line 851 of file UT_Matrix4.h.

Member Data Documentation

template<typename T>
template<typename S >
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myRotate

Definition at line 859 of file UT_Matrix4.h.

template<typename T>
template<typename S >
UT_Vector3T<S> UT_Matrix4T< T >::PivotSpaceT< S >::myTranslate

Definition at line 858 of file UT_Matrix4.h.


The documentation for this struct was generated from the following file: