22 #ifndef STARK_MODEL_SKELETON_ANIM_H 23 #define STARK_MODEL_SKELETON_ANIM_H 25 #include "math/quat.h" 26 #include "math/vector3d.h" 27 #include "common/array.h" 31 class ArchiveReadStream;
45 void getCoordForBone(uint32 time,
int boneIdx, Math::Vector3d &pos, Math::Quaternion &rot)
const;
58 Math::Quaternion _rot;
66 uint32 _id, _ver, _u1, _u2, _time;
73 #endif // STARK_MODEL_SKELETON_ANIM_H
uint32 getLength() const
Definition: skeleton_anim.h:50
size_type size() const
Definition: array.h:315
Definition: skeleton_anim.h:36
uint32 getBoneCount() const
Definition: skeleton_anim.h:53
void getCoordForBone(uint32 time, int boneIdx, Math::Vector3d &pos, Math::Quaternion &rot) const
Definition: archiveloader.h:46