pub unsafe extern "C" fn PxJointAngularLimitPair_new(
    lowerLimit: f32,
    upperLimit: f32,
    contactDist_deprecated: f32
) -> PxJointAngularLimitPair
Expand description

construct an angular hard limit pair.

The lower value must be less than the upper value.