#include <Joint.h>
List of all members.
Member Typedef Documentation
Constructor & Destructor Documentation
| xl7::direct3d::models::Joint::Joint |
( |
void |
|
) |
|
| xl7::direct3d::models::Joint::~Joint |
( |
void |
|
) |
|
| xl7::direct3d::models::Joint::Joint |
( |
const Joint & |
rhs |
) |
|
Member Function Documentation
| void xl7::direct3d::models::Joint::FixChilds |
( |
|
) |
|
Fixes the child joints: Duplicates are eliminated.
| const Childs* xl7::direct3d::models::Joint::GetChildIndices |
( |
|
) |
const [inline] |
Returns the child joint indices having this joint as their parent.
| Childs* xl7::direct3d::models::Joint::GetChildIndices |
( |
|
) |
[inline] |
Returns the child joint indices having this joint as their parent.
| const cl7::string_type& xl7::direct3d::models::Joint::GetIdentifier |
( |
|
) |
const [inline] |
Returns the identifier name of this joint.
| Index xl7::direct3d::models::Joint::GetOrderNumber |
( |
|
) |
const [inline] |
Returns the order number of this joint.
| Index xl7::direct3d::models::Joint::GetParentIndex |
( |
|
) |
const [inline] |
Returns the index of the parent joint of this joint (or -1 if root).
| const ml7::Vector3& xl7::direct3d::models::Joint::GetPosition |
( |
|
) |
const [inline] |
Returns the original position of this joint (relative to its parent).
| Joint & xl7::direct3d::models::Joint::operator= |
( |
const Joint & |
rhs |
) |
|
Copy assignment operator.
| void xl7::direct3d::models::Joint::SetIdentifier |
( |
const cl7::string_type & |
identifier |
) |
[inline] |
Sets the identifier name of this joint.
| void xl7::direct3d::models::Joint::SetOrderNumber |
( |
Index |
order_number |
) |
[inline] |
Sets the order number of this joint.
| void xl7::direct3d::models::Joint::SetParentIndex |
( |
Index |
parent_index |
) |
[inline] |
Sets the index of the parent joint of this joint (or -1 if root).
| void xl7::direct3d::models::Joint::SetPosition |
( |
const ml7::Vector3 & |
position |
) |
[inline] |
Sets the original position of this joint (relative to its parent).
| void xl7::direct3d::models::Joint::swap |
( |
Joint & |
rhs |
) |
|
Member Data Documentation
The documentation for this class was generated from the following files: