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 50 of file GT_GEOPackedAgent.h.
Definition at line 53 of file GT_GEOPackedAgent.h.
|
inline |
Definition at line 55 of file GT_GEOPackedAgent.h.
fpreal GT_GEOPackedAgent::RigElement::bone_length |
Definition at line 61 of file GT_GEOPackedAgent.h.
UT_Array<RigElement *> GT_GEOPackedAgent::RigElement::children |
Definition at line 64 of file GT_GEOPackedAgent.h.
int GT_GEOPackedAgent::RigElement::parent_idx |
Definition at line 63 of file GT_GEOPackedAgent.h.
int GT_GEOPackedAgent::RigElement::trans_idx |
Definition at line 62 of file GT_GEOPackedAgent.h.