#include <PxVehicleComponents.h>
++ +
Public Member Functions | |
| PxVehicleAckermannGeometryData () | |
| PxVehicleAckermannGeometryData (const PxEMPTY) | |
Public Attributes | |
| PxReal | mAccuracy |
| Accuracy of Ackermann steer calculation. | |
| PxReal | mFrontWidth |
| Distance between center-point of the two front wheels. | |
| PxReal | mRearWidth |
| Distance between center-point of the two rear wheels. | |
| PxReal | mAxleSeparation |
| Distance between center of front axle and center of rear axle. | |
Private Member Functions | |
| bool | isValid () const |
Friends | |
| class | PxVehicleDriveSimData4W |
| PxVehicleAckermannGeometryData::PxVehicleAckermannGeometryData | +( | ++ | ) | + [inline] |
+
+ +
| PxVehicleAckermannGeometryData::PxVehicleAckermannGeometryData | +( | +const | +PxEMPTY | +) | + [inline] |
+
+ +
+
| bool PxVehicleAckermannGeometryData::isValid | +( | ++ | ) | + const [private] |
+
+ +
+
friend class PxVehicleDriveSimData4W [friend] |
+
+ +
+
| PxReal PxVehicleAckermannGeometryData::mAccuracy | +
+Accuracy of Ackermann steer calculation. +
+
+Perfect Ackermann steer correction modifies the steer angles applied to the front-left and front-right wheels so that the perpendiculars to the wheels' longitudinal directions cross the extended vector of the rear axle at the same point. It is also applied to any steer angle applied to the rear wheels but instead using the extended vector of the front axle.
+In general, more steer correction produces better cornering behavior.
| PxReal PxVehicleAckermannGeometryData::mAxleSeparation | +
+Distance between center of front axle and center of rear axle. +
+
| PxReal PxVehicleAckermannGeometryData::mFrontWidth | +
+Distance between center-point of the two front wheels. +
+
| PxReal PxVehicleAckermannGeometryData::mRearWidth | +
+Distance between center-point of the two rear wheels. +
+
+