pub unsafe extern "C" fn PxRigidBody_getMaxDepenetrationVelocity(
    self_: *const PxRigidBody
) -> f32
Expand description

Returns the maximum depenetration velocity the solver is permitted to introduced. This value controls how much velocity the solver can introduce to correct for penetrations in contacts.

The maximum penetration bias applied by the solver.