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

Set the strength of the joint spring.

The spring is used if enabled, and the distance exceeds the range [min-error, max+error].

Default 0.0f Range [0, PX_MAX_F32)