Blender V2.61 - r43446
Classes | Public Member Functions | Public Attributes

btWheelInfo Struct Reference

btWheelInfo contains information per wheel about friction and suspension. More...

#include <btWheelInfo.h>

List of all members.

Classes

struct  RaycastInfo

Public Member Functions

btScalar getSuspensionRestLength () const
 btWheelInfo (btWheelInfoConstructionInfo &ci)
void updateWheel (const btRigidBody &chassis, RaycastInfo &raycastInfo)

Public Attributes

RaycastInfo m_raycastInfo
btTransform m_worldTransform
btVector3 m_chassisConnectionPointCS
btVector3 m_wheelDirectionCS
btVector3 m_wheelAxleCS
btScalar m_suspensionRestLength1
btScalar m_maxSuspensionTravelCm
btScalar m_wheelsRadius
btScalar m_suspensionStiffness
btScalar m_wheelsDampingCompression
btScalar m_wheelsDampingRelaxation
btScalar m_frictionSlip
btScalar m_steering
btScalar m_rotation
btScalar m_deltaRotation
btScalar m_rollInfluence
btScalar m_maxSuspensionForce
btScalar m_engineForce
btScalar m_brake
bool m_bIsFrontWheel
void * m_clientInfo
btScalar m_clippedInvContactDotSuspension
btScalar m_suspensionRelativeVelocity
btScalar m_wheelsSuspensionForce
btScalar m_skidInfo

Detailed Description

btWheelInfo contains information per wheel about friction and suspension.

Definition at line 38 of file btWheelInfo.h.


Constructor & Destructor Documentation

btWheelInfo::btWheelInfo ( btWheelInfoConstructionInfo ci) [inline]

Member Function Documentation

btScalar btWheelInfo::getSuspensionRestLength ( ) const
void btWheelInfo::updateWheel ( const btRigidBody chassis,
RaycastInfo raycastInfo 
)

Member Data Documentation

Definition at line 78 of file btWheelInfo.h.

Referenced by btWheelInfo().

Definition at line 57 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::updateWheelTransformsWS().

Definition at line 80 of file btWheelInfo.h.

Referenced by WrapperVehicle::AddWheel(), and WrapperVehicle::SyncWheels().

Definition at line 70 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::updateVehicle().

Definition at line 72 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::updateVehicle().

Definition at line 61 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::rayCast().

Definition at line 114 of file btWheelInfo.h.

Definition at line 60 of file btWheelInfo.h.

Referenced by btWheelInfo(), and getSuspensionRestLength().

Definition at line 59 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::updateWheelTransformsWS().

Definition at line 58 of file btWheelInfo.h.

Referenced by btWheelInfo(), and btRaycastVehicle::updateWheelTransformsWS().


The documentation for this struct was generated from the following files: