Click or drag to resize

VehicleTypeRearWheelDifferentialLimitedSlipRatio Property

Ratio max / min wheel speed. When this ratio is exceeded, all torque gets distributed to the slowest moving wheel. This allows implementing a limited slip differential. Set to FLT_MAX (3.402823466e+38F) for an open differential. Value should be > 1.

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<double> RearWheelDifferentialLimitedSlipRatio { get; set; }

Property Value

Type: ReferenceDouble
See Also