Bullet Collision Detection & Physics Library
|
#include <TrbStateVec.h>
Public Attributes | |
uint16_t | mSleepCount |
uint8_t | mMotionType |
uint8_t | deleted: 1 |
uint8_t | mSleeping: 1 |
uint8_t | useSleep: 1 |
uint8_t | useCcd: 1 |
uint8_t | useContactCallback: 1 |
uint8_t | useSleepCallback: 1 |
uint16_t | trbBodyIdx |
uint32_t | contactFilterSelf |
uint32_t | contactFilterTarget |
float | center [3] |
float | half [3] |
float | linearDamping |
float | angularDamping |
float | deltaLinearVelocity [3] |
float | deltaAngularVelocity [3] |
float | fX [3] |
float | fQ [4] |
float | fV [3] |
float | fOmega [3] |
Definition at line 79 of file TrbStateVec.h.
|
inline |
Definition at line 84 of file TrbStateVec.h.
|
inline |
Definition at line 198 of file TrbStateVec.h.
|
inline |
Definition at line 145 of file TrbStateVec.h.
|
inline |
Definition at line 181 of file TrbStateVec.h.
|
inline |
Definition at line 138 of file TrbStateVec.h.
|
inline |
Definition at line 141 of file TrbStateVec.h.
|
inline |
Definition at line 183 of file TrbStateVec.h.
|
inline |
Definition at line 182 of file TrbStateVec.h.
|
inline |
Definition at line 144 of file TrbStateVec.h.
|
inline |
Definition at line 180 of file TrbStateVec.h.
|
inline |
Definition at line 154 of file TrbStateVec.h.
|
inline |
Definition at line 151 of file TrbStateVec.h.
|
inline |
Definition at line 179 of file TrbStateVec.h.
|
inline |
Definition at line 178 of file TrbStateVec.h.
|
inline |
Definition at line 134 of file TrbStateVec.h.
|
inline |
Definition at line 176 of file TrbStateVec.h.
|
inline |
Definition at line 165 of file TrbStateVec.h.
|
inline |
Definition at line 168 of file TrbStateVec.h.
|
inline |
Definition at line 162 of file TrbStateVec.h.
|
inline |
Definition at line 171 of file TrbStateVec.h.
|
inline |
Definition at line 174 of file TrbStateVec.h.
|
inline |
Definition at line 156 of file TrbStateVec.h.
|
inline |
Definition at line 157 of file TrbStateVec.h.
|
inline |
Definition at line 132 of file TrbStateVec.h.
|
inline |
Definition at line 301 of file TrbStateVec.h.
|
inline |
Definition at line 175 of file TrbStateVec.h.
|
inline |
Definition at line 148 of file TrbStateVec.h.
|
inline |
Definition at line 187 of file TrbStateVec.h.
Definition at line 264 of file TrbStateVec.h.
|
inline |
Definition at line 277 of file TrbStateVec.h.
|
inline |
Definition at line 139 of file TrbStateVec.h.
|
inline |
Definition at line 142 of file TrbStateVec.h.
|
inline |
Definition at line 189 of file TrbStateVec.h.
|
inline |
Definition at line 188 of file TrbStateVec.h.
|
inline |
Definition at line 228 of file TrbStateVec.h.
|
inline |
Definition at line 147 of file TrbStateVec.h.
|
inline |
Definition at line 186 of file TrbStateVec.h.
|
inline |
Definition at line 152 of file TrbStateVec.h.
|
inline |
Definition at line 190 of file TrbStateVec.h.
|
inline |
Definition at line 185 of file TrbStateVec.h.
|
inline |
Definition at line 135 of file TrbStateVec.h.
|
inline |
Definition at line 166 of file TrbStateVec.h.
|
inline |
Definition at line 169 of file TrbStateVec.h.
|
inline |
Definition at line 163 of file TrbStateVec.h.
|
inline |
Definition at line 172 of file TrbStateVec.h.
|
inline |
Definition at line 246 of file TrbStateVec.h.
|
inline |
Definition at line 160 of file TrbStateVec.h.
|
inline |
Definition at line 159 of file TrbStateVec.h.
float TrbState::angularDamping |
Definition at line 119 of file TrbStateVec.h.
float TrbState::center[3] |
Definition at line 115 of file TrbStateVec.h.
uint32_t TrbState::contactFilterSelf |
Definition at line 112 of file TrbStateVec.h.
uint32_t TrbState::contactFilterTarget |
Definition at line 113 of file TrbStateVec.h.
uint8_t TrbState::deleted |
Definition at line 104 of file TrbStateVec.h.
float TrbState::deltaAngularVelocity[3] |
Definition at line 122 of file TrbStateVec.h.
float TrbState::deltaLinearVelocity[3] |
Definition at line 121 of file TrbStateVec.h.
float TrbState::fOmega[3] |
Definition at line 127 of file TrbStateVec.h.
float TrbState::fQ[4] |
Definition at line 125 of file TrbStateVec.h.
float TrbState::fV[3] |
Definition at line 126 of file TrbStateVec.h.
float TrbState::fX[3] |
Definition at line 124 of file TrbStateVec.h.
float TrbState::half[3] |
Definition at line 116 of file TrbStateVec.h.
float TrbState::linearDamping |
Definition at line 118 of file TrbStateVec.h.
uint8_t TrbState::mMotionType |
Definition at line 103 of file TrbStateVec.h.
uint16_t TrbState::mSleepCount |
Definition at line 102 of file TrbStateVec.h.
uint8_t TrbState::mSleeping |
Definition at line 105 of file TrbStateVec.h.
uint16_t TrbState::trbBodyIdx |
Definition at line 111 of file TrbStateVec.h.
uint8_t TrbState::useCcd |
Definition at line 107 of file TrbStateVec.h.
uint8_t TrbState::useContactCallback |
Definition at line 108 of file TrbStateVec.h.
uint8_t TrbState::useSleep |
Definition at line 106 of file TrbStateVec.h.
uint8_t TrbState::useSleepCallback |
Definition at line 109 of file TrbStateVec.h.