pub unsafe extern "C" fn PxContactSet_getSeparation(
    self_: *const PxContactSet,
    i: u32
) -> f32
Expand description

Get the separation distance of a specific contact point in the set.

The separation. Negative implies penetration.