#include <TSkeleton.h>
Public Member Functions | |
| TQuaternion & | GetRotation () |
| const TQuaternion & | GetRotation () const |
| TMatrix44 & | GetTransform () |
| const TMatrix44 & | GetTransform () const |
| TMatrix44 & | GetTransformInv () |
| const TVector3 & | GetPosition () const |
| TUINT8 | GetNameLength () const |
| const TCHAR * | GetName () const |
| TINT | GetParentBone () const |
Public Attributes | |
| TQuaternion | m_Rotation |
| TMatrix44 | m_Transform |
| TMatrix44 | m_TransformInv |
| TUINT8 | m_iNameLength |
| TCHAR | m_szName [31] |
| TINT16 | m_iParentBone |
| TVector3 | m_Position |
Definition at line 90 of file TSkeleton.h.
|
inline |
Definition at line 103 of file TSkeleton.h.
|
inline |
Definition at line 102 of file TSkeleton.h.
|
inline |
Definition at line 105 of file TSkeleton.h.
|
inline |
Definition at line 100 of file TSkeleton.h.
|
inline |
Definition at line 93 of file TSkeleton.h.
|
inline |
Definition at line 94 of file TSkeleton.h.
|
inline |
Definition at line 96 of file TSkeleton.h.
|
inline |
Definition at line 97 of file TSkeleton.h.
|
inline |
Definition at line 99 of file TSkeleton.h.
| TUINT8 TSkeletonBone::m_iNameLength |
Definition at line 111 of file TSkeleton.h.
| TINT16 TSkeletonBone::m_iParentBone |
Definition at line 113 of file TSkeleton.h.
| TVector3 TSkeletonBone::m_Position |
Definition at line 114 of file TSkeleton.h.
| TQuaternion TSkeletonBone::m_Rotation |
Definition at line 108 of file TSkeleton.h.
| TCHAR TSkeletonBone::m_szName[31] |
Definition at line 112 of file TSkeleton.h.
| TMatrix44 TSkeletonBone::m_Transform |
Definition at line 109 of file TSkeleton.h.
| TMatrix44 TSkeletonBone::m_TransformInv |
Definition at line 110 of file TSkeleton.h.