Function VehicleWheel.suspensionMaxForce
The maximum force the spring can resist. This value should be higher than a quarter of the RigidBody
of the VehicleBody
or the spring will not carry the weight of the vehicle. Good results are often obtained by a value that is about 3× to 4× this number.
double suspensionMaxForce() nothrow @property @nogc;
void suspensionMaxForce
(
double v
) nothrow @property @nogc;