#include <Weight.h>
List of all members.
Constructor & Destructor Documentation
| xl7::direct3d::models::Weight::Weight |
( |
void |
|
) |
|
| xl7::direct3d::models::Weight::~Weight |
( |
void |
|
) |
|
| xl7::direct3d::models::Weight::Weight |
( |
const Weight & |
rhs |
) |
|
Member Function Documentation
| float xl7::direct3d::models::Weight::GetBias |
( |
|
) |
const [inline] |
Returns the weight of the joint.
| Index xl7::direct3d::models::Weight::GetJointIndex |
( |
|
) |
const [inline] |
Returns the index of the weighted joint.
| bool xl7::direct3d::models::Weight::operator!= |
( |
const Weight & |
rhs |
) |
const |
| Weight & xl7::direct3d::models::Weight::operator= |
( |
const Weight & |
rhs |
) |
|
Copy assignment operator.
| bool xl7::direct3d::models::Weight::operator== |
( |
const Weight & |
rhs |
) |
const |
| void xl7::direct3d::models::Weight::SetBias |
( |
float |
bias |
) |
[inline] |
Sets the weight of the joint.
| void xl7::direct3d::models::Weight::SetJointIndex |
( |
Index |
joint_index |
) |
[inline] |
Sets the index of the weighted joint.
| void xl7::direct3d::models::Weight::swap |
( |
Weight & |
rhs |
) |
|
The documentation for this class was generated from the following files: