#include <PxVehicleComponents.h>
Public Member Functions | |
PxVehicleWheelData () | |
PX_FORCE_INLINE PxReal | getRecipRadius () const |
Return value equal to 1.0f/mRadius. | |
PX_FORCE_INLINE PxReal | getRecipMOI () const |
Return value equal to 1.0f/mRecipMOI. | |
Public Attributes | |
PxReal | mRadius |
Radius of unit that includes metal wheel plus rubber tire. | |
PxReal | mWidth |
Maximum width of unit that includes wheel plus tire. | |
PxReal | mMass |
Mass of unit that includes wheel plus tire. | |
PxReal | mMOI |
Moment of inertia of unit that includes wheel plus tire about the rolling axis. | |
PxReal | mDampingRate |
Damping rate applied to wheel. | |
PxReal | mMaxBrakeTorque |
Max brake torque that can be applied to wheel. | |
PxReal | mMaxHandBrakeTorque |
Max handbrake torque that can be applied to wheel. | |
PxReal | mMaxSteer |
Max steer angle that can be achieved by the wheel. | |
PxReal | mToeAngle |
Wheel toe angle. This value is ignored by PxVehicleDriveTank and PxVehicleNoDrive. | |
Private Member Functions | |
bool | isValid () const |
Private Attributes | |
PxReal | mRecipRadius |
Reciprocal of radius of unit that includes metal wheel plus rubber tire. | |
PxReal | mRecipMOI |
Reciprocal of moment of inertia of unit that includes wheel plus tire about single allowed axis of rotation. | |
PxReal | mPad [1] |
Friends | |
class | PxVehicleWheels4SimData |
PxVehicleWheelData::PxVehicleWheelData | ( | ) | [inline] |
PX_FORCE_INLINE PxReal PxVehicleWheelData::getRecipMOI | ( | ) | const [inline] |
PX_FORCE_INLINE PxReal PxVehicleWheelData::getRecipRadius | ( | ) | const [inline] |
bool PxVehicleWheelData::isValid | ( | ) | const [private] |
friend class PxVehicleWheels4SimData [friend] |
Damping rate applied to wheel.
PxReal PxVehicleWheelData::mMass |
Mass of unit that includes wheel plus tire.
Max brake torque that can be applied to wheel.
Max handbrake torque that can be applied to wheel.
Max steer angle that can be achieved by the wheel.
PxReal PxVehicleWheelData::mMOI |
Moment of inertia of unit that includes wheel plus tire about the rolling axis.
PxReal PxVehicleWheelData::mPad[1] [private] |
PxReal PxVehicleWheelData::mRadius |
Radius of unit that includes metal wheel plus rubber tire.
PxReal PxVehicleWheelData::mRecipMOI [private] |
Reciprocal of moment of inertia of unit that includes wheel plus tire about single allowed axis of rotation.
PxReal PxVehicleWheelData::mRecipRadius [private] |
Reciprocal of radius of unit that includes metal wheel plus rubber tire.
Wheel toe angle. This value is ignored by PxVehicleDriveTank and PxVehicleNoDrive.
PxReal PxVehicleWheelData::mWidth |
Maximum width of unit that includes wheel plus tire.