pub unsafe extern "C" fn PxPrismaticJoint_setLimit_mut(
    self_: *mut PxPrismaticJoint,
    anon_param0: *const PxJointLinearLimitPair
)
Expand description

sets the joint limit parameters.

The limit range is [-PX_MAX_F32, PX_MAX_F32], but note that the width of the limit (upper-lower) must also be a valid float.