pub unsafe extern "C" fn PxJointLinearLimitPair_new(
    scale: *const PxTolerancesScale,
    lowerLimit: f32,
    upperLimit: f32,
    contactDist_deprecated: f32
) -> PxJointLinearLimitPair
Expand description

Construct a linear hard limit pair. The lower distance value must be less than the upper distance value.