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

Returns the invInertiaScale of body 0

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