pub unsafe extern "C" fn PxContactSet_getSeparation(
self_: *const PxContactSet,
i: u32,
) -> f32Expand description
Get the separation distance of a specific contact point in the set.
The separation. Negative implies penetration.
pub unsafe extern "C" fn PxContactSet_getSeparation(
self_: *const PxContactSet,
i: u32,
) -> f32Get the separation distance of a specific contact point in the set.
The separation. Negative implies penetration.