#include <TrbStateVec.h>
Detailed Description
Definition at line 79 of file TrbStateVec.h.
Constructor & Destructor Documentation
Member Function Documentation
| float TrbState::getAngularDamping |
( |
| ) |
const |
|
inline |
| vmVector3 TrbState::getAngularVelocity |
( |
| ) |
const |
|
inline |
| uint32_t TrbState::getContactFilterSelf |
( |
| ) |
const |
|
inline |
| uint32_t TrbState::getContactFilterTarget |
( |
| ) |
const |
|
inline |
| vmVector3 TrbState::getDeltaAngularVelocity |
( |
| ) |
const |
|
inline |
| vmVector3 TrbState::getDeltaLinearVelocity |
( |
| ) |
const |
|
inline |
| float TrbState::getLinearDamping |
( |
| ) |
const |
|
inline |
| vmVector3 TrbState::getLinearVelocity |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getMotionMask |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getMotionType |
( |
| ) |
const |
|
inline |
| vmQuat TrbState::getOrientation |
( |
| ) |
const |
|
inline |
| uint16_t TrbState::getRigidBodyId |
( |
| ) |
const |
|
inline |
| uint16_t TrbState::getSleepCount |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getUseCcd |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getUseContactCallback |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getUseSleep |
( |
| ) |
const |
|
inline |
| uint8_t TrbState::getUseSleepCallback |
( |
| ) |
const |
|
inline |
| void TrbState::incrementSleepCount |
( |
| ) |
|
|
inline |
| bool TrbState::isAsleep |
( |
| ) |
const |
|
inline |
| bool TrbState::isAwake |
( |
| ) |
const |
|
inline |
| bool TrbState::isDeleted |
( |
| ) |
const |
|
inline |
| void TrbState::resetSleepCount |
( |
| ) |
|
|
inline |
| void TrbState::setAngularDamping |
( |
float |
damping | ) |
|
|
inline |
| void TrbState::setAngularVelocity |
( |
const vmVector3 & |
vel | ) |
|
|
inline |
| void TrbState::setAuxilsCcd |
( |
const vmVector3 & |
centerLocal, |
|
|
const vmVector3 & |
halfLocal, |
|
|
float |
timeStep |
|
) |
| |
|
inline |
| void TrbState::setContactFilterSelf |
( |
uint32_t |
filter | ) |
|
|
inline |
| void TrbState::setContactFilterTarget |
( |
uint32_t |
filter | ) |
|
|
inline |
| void TrbState::setDeltaAngularVelocity |
( |
const vmVector3 & |
vel | ) |
|
|
inline |
| void TrbState::setDeltaLinearVelocity |
( |
const vmVector3 & |
vel | ) |
|
|
inline |
| void TrbState::setIdentity |
( |
| ) |
|
|
inline |
| void TrbState::setLinearDamping |
( |
float |
damping | ) |
|
|
inline |
| void TrbState::setLinearVelocity |
( |
const vmVector3 & |
vel | ) |
|
|
inline |
| void TrbState::setMotionType |
( |
uint8_t |
t | ) |
|
|
inline |
| void TrbState::setOrientation |
( |
const vmQuat & |
rot | ) |
|
|
inline |
| void TrbState::setPosition |
( |
const vmVector3 & |
pos | ) |
|
|
inline |
| void TrbState::setRigidBodyId |
( |
uint16_t |
i | ) |
|
|
inline |
| void TrbState::setUseCcd |
( |
uint8_t |
b | ) |
|
|
inline |
| void TrbState::setUseContactCallback |
( |
uint8_t |
b | ) |
|
|
inline |
| void TrbState::setUseSleep |
( |
uint8_t |
b | ) |
|
|
inline |
| void TrbState::setUseSleepCallback |
( |
uint8_t |
b | ) |
|
|
inline |
| void TrbState::setZero |
( |
| ) |
|
|
inline |
| void TrbState::wakeup |
( |
| ) |
|
|
inline |
Member Data Documentation
| float TrbState::angularDamping |
| float TrbState::center[3] |
| float TrbState::deltaAngularVelocity[3] |
| float TrbState::deltaLinearVelocity[3] |
| float TrbState::fOmega[3] |
| float TrbState::linearDamping |
| uint8_t TrbState::useContactCallback |
The documentation for this class was generated from the following file: