Shared::CharJointInfo Class Reference
#include <charjointinfo.h>
Detailed Description
Contains information about a character joint.(C) 2010 Radon Labs GmbH
Public Member Functions | |
CharJointInfo () | |
default constructor | |
CharJointInfo (const Util::StringAtom &jointName, const Math::matrix44 &localMatrix, const Math::matrix44 &globalMatrix) | |
constructor with name and joint index | |
void | SetLocalMatrix (const Math::matrix44 &m) |
set local matrix | |
const Math::matrix44 & | GetLocalMatrix () const |
get joint matrix in global space | |
void | SetGlobalMatrix (const Math::matrix44 &m) |
set global matrix | |
const Math::matrix44 & | GetGlobalMatrix () const |
get joint matrix in global space | |
void | SetJointName (const Util::StringAtom &n) |
set joint name | |
const Util::StringAtom & | GetJointName () const |
get joint name |