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

Returns the invMassScale of body 0

A value < 1.0 makes this contact treat the body as if it had larger mass. A value of 0.f makes this contact treat the body as if it had infinite mass. Any value > 1.f makes this contact treat the body as if it had smaller mass.