btWheelInfo contains information per wheel about friction and suspension. More...
#include <btWheelInfo.h>
Classes | |
struct | RaycastInfo |
Public Member Functions | |
btWheelInfo (btWheelInfoConstructionInfo &ci) | |
btScalar | getSuspensionRestLength () const |
void | updateWheel (const btRigidBody &chassis, RaycastInfo &raycastInfo) |
Public Attributes | |
bool | m_bIsFrontWheel |
btScalar | m_brake |
btVector3 | m_chassisConnectionPointCS |
void * | m_clientInfo |
btScalar | m_clippedInvContactDotSuspension |
btScalar | m_deltaRotation |
btScalar | m_engineForce |
btScalar | m_frictionSlip |
btScalar | m_maxSuspensionForce |
btScalar | m_maxSuspensionTravelCm |
RaycastInfo | m_raycastInfo |
btScalar | m_rollInfluence |
btScalar | m_rotation |
btScalar | m_skidInfo |
btScalar | m_steering |
btScalar | m_suspensionRelativeVelocity |
btScalar | m_suspensionRestLength1 |
btScalar | m_suspensionStiffness |
btVector3 | m_wheelAxleCS |
btVector3 | m_wheelDirectionCS |
btScalar | m_wheelsDampingCompression |
btScalar | m_wheelsDampingRelaxation |
btScalar | m_wheelsRadius |
btScalar | m_wheelsSuspensionForce |
btTransform | m_worldTransform |
btWheelInfo contains information per wheel about friction and suspension.
Definition at line 38 of file btWheelInfo.h.
btWheelInfo::btWheelInfo | ( | btWheelInfoConstructionInfo & | ci | ) | [inline] |
Definition at line 82 of file btWheelInfo.h.
btScalar btWheelInfo::getSuspensionRestLength | ( | ) | const |
void btWheelInfo::updateWheel | ( | const btRigidBody & | chassis, |
RaycastInfo & | raycastInfo | ||
) |
Definition at line 78 of file btWheelInfo.h.
Definition at line 76 of file btWheelInfo.h.
btVector3 btWheelInfo::m_chassisConnectionPointCS |
Definition at line 57 of file btWheelInfo.h.
Definition at line 80 of file btWheelInfo.h.
Definition at line 110 of file btWheelInfo.h.
Definition at line 70 of file btWheelInfo.h.
Definition at line 74 of file btWheelInfo.h.
Definition at line 67 of file btWheelInfo.h.
Definition at line 72 of file btWheelInfo.h.
Definition at line 61 of file btWheelInfo.h.
Definition at line 53 of file btWheelInfo.h.
Definition at line 71 of file btWheelInfo.h.
Definition at line 69 of file btWheelInfo.h.
Definition at line 114 of file btWheelInfo.h.
Definition at line 68 of file btWheelInfo.h.
Definition at line 111 of file btWheelInfo.h.
Definition at line 60 of file btWheelInfo.h.
Definition at line 64 of file btWheelInfo.h.
btVector3 btWheelInfo::m_wheelAxleCS |
Definition at line 59 of file btWheelInfo.h.
btVector3 btWheelInfo::m_wheelDirectionCS |
Definition at line 58 of file btWheelInfo.h.
Definition at line 65 of file btWheelInfo.h.
Definition at line 66 of file btWheelInfo.h.
Definition at line 63 of file btWheelInfo.h.
Definition at line 113 of file btWheelInfo.h.
Definition at line 55 of file btWheelInfo.h.