pub unsafe extern "C" fn PxDistanceJoint_setMinDistance_mut(
    self_: *mut PxDistanceJoint,
    distance: f32
)
Expand description

Set the allowed minimum distance for the joint.

The minimum distance must be no more than the maximum distance

Default 0.0f Range [0, PX_MAX_F32)