Function VehicleWheel.dampingRelaxation
The damping applied to the spring when relaxing. This value should be between 0.0 (no damping) and 1.0. This value should always be slightly higher than the dampingCompression
property. For a dampingCompression
value of 0.3, try a relaxation value of 0.5.
double dampingRelaxation() nothrow @property @nogc;
void dampingRelaxation
(
double v
) nothrow @property @nogc;