Bullet Collision Detection & Physics Library
|
#include <TrbDynBody.h>
Public Member Functions | |
TrbDynBody () | |
float | getMass () const |
float | getElasticity () const |
float | getFriction () const |
CollObject * | getCollObject () const |
const Matrix3 & | getBodyInertia () const |
const Matrix3 & | getBodyInertiaInv () const |
float | getMassInv () const |
void | setMass (float mass) |
void | setBodyInertia (const Matrix3 bodyInertia) |
void | setElasticity (float elasticity) |
void | setFriction (float friction) |
void | setCollObject (CollObject *collObj) |
void | setBodyInertiaInv (const Matrix3 bodyInertiaInv) |
void | setMassInv (float invMass) |
Public Attributes | |
CollObject * | fCollObject |
Private Attributes | |
float | fMass |
float | fMassInv |
Matrix3 | fIBody |
Matrix3 | fIBodyInv |
float | fElasticity |
float | fFriction |
Definition at line 27 of file TrbDynBody.h.
|
inline |
Definition at line 30 of file TrbDynBody.h.
|
inline |
Definition at line 43 of file TrbDynBody.h.
|
inline |
Definition at line 44 of file TrbDynBody.h.
|
inline |
Definition at line 42 of file TrbDynBody.h.
|
inline |
Definition at line 40 of file TrbDynBody.h.
|
inline |
Definition at line 41 of file TrbDynBody.h.
|
inline |
Definition at line 39 of file TrbDynBody.h.
|
inline |
Definition at line 45 of file TrbDynBody.h.
|
inline |
Definition at line 49 of file TrbDynBody.h.
|
inline |
Definition at line 54 of file TrbDynBody.h.
|
inline |
Definition at line 52 of file TrbDynBody.h.
|
inline |
Definition at line 50 of file TrbDynBody.h.
|
inline |
Definition at line 51 of file TrbDynBody.h.
|
inline |
Definition at line 48 of file TrbDynBody.h.
|
inline |
Definition at line 59 of file TrbDynBody.h.
CollObject* TrbDynBody::fCollObject |
Definition at line 75 of file TrbDynBody.h.
|
private |
Definition at line 71 of file TrbDynBody.h.
|
private |
Definition at line 72 of file TrbDynBody.h.
|
private |
Definition at line 69 of file TrbDynBody.h.
|
private |
Definition at line 70 of file TrbDynBody.h.
|
private |
Definition at line 67 of file TrbDynBody.h.
|
private |
Definition at line 68 of file TrbDynBody.h.