HDK
|
#include <GT_GEOPackedAgent.h>
Public Member Functions | |
RigElement (int idx, int pidx) | |
~RigElement () | |
Public Attributes | |
fpreal | bone_length |
int | trans_idx |
int | parent_idx |
UT_Array< RigElement * > | children |
Definition at line 46 of file GT_GEOPackedAgent.h.
Definition at line 49 of file GT_GEOPackedAgent.h.
|
inline |
Definition at line 51 of file GT_GEOPackedAgent.h.
fpreal GT_GEOPackedAgent::RigElement::bone_length |
Definition at line 57 of file GT_GEOPackedAgent.h.
UT_Array<RigElement *> GT_GEOPackedAgent::RigElement::children |
Definition at line 60 of file GT_GEOPackedAgent.h.
int GT_GEOPackedAgent::RigElement::parent_idx |
Definition at line 59 of file GT_GEOPackedAgent.h.
int GT_GEOPackedAgent::RigElement::trans_idx |
Definition at line 58 of file GT_GEOPackedAgent.h.