pub unsafe extern "C" fn PxJointAngularLimitPair_new_1(
    lowerLimit: f32,
    upperLimit: f32,
    spring: *const PxSpring
) -> PxJointAngularLimitPair
Expand description

construct an angular soft limit pair.

The lower value must be less than the upper value.