#include <TrbDynBody.h>
Detailed Description
Definition at line 27 of file TrbDynBody.h.
Constructor & Destructor Documentation
| TrbDynBody::TrbDynBody |
( |
| ) |
|
|
inline |
Member Function Documentation
| const Matrix3& TrbDynBody::getBodyInertia |
( |
| ) |
const |
|
inline |
| const Matrix3& TrbDynBody::getBodyInertiaInv |
( |
| ) |
const |
|
inline |
| CollObject* TrbDynBody::getCollObject |
( |
| ) |
const |
|
inline |
| float TrbDynBody::getElasticity |
( |
| ) |
const |
|
inline |
| float TrbDynBody::getFriction |
( |
| ) |
const |
|
inline |
| float TrbDynBody::getMass |
( |
| ) |
const |
|
inline |
| float TrbDynBody::getMassInv |
( |
| ) |
const |
|
inline |
| void TrbDynBody::setBodyInertia |
( |
const Matrix3 |
bodyInertia | ) |
|
|
inline |
| void TrbDynBody::setBodyInertiaInv |
( |
const Matrix3 |
bodyInertiaInv | ) |
|
|
inline |
| void TrbDynBody::setCollObject |
( |
CollObject * |
collObj | ) |
|
|
inline |
| void TrbDynBody::setElasticity |
( |
float |
elasticity | ) |
|
|
inline |
| void TrbDynBody::setFriction |
( |
float |
friction | ) |
|
|
inline |
| void TrbDynBody::setMass |
( |
float |
mass | ) |
|
|
inline |
| void TrbDynBody::setMassInv |
( |
float |
invMass | ) |
|
|
inline |
Member Data Documentation
| CollObject* TrbDynBody::fCollObject |
| float TrbDynBody::fElasticity |
|
private |
| float TrbDynBody::fFriction |
|
private |
| float TrbDynBody::fMassInv |
|
private |
The documentation for this class was generated from the following file: