Click or drag to resize

VehicleTypeWheelLongitudinalFriction Property

Friction in forward direction of tire as a function of the slip ratio (fraction): (omega_wheel * r_wheel - v_longitudinal) / |v_longitudinal|.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public ReferenceList<CurvePoint1F> LongitudinalFriction { get; }

Property Value

ReferenceListCurvePoint1F
See Also