pub unsafe extern "C" fn PxContactSet_ignore_mut(
    self_: *mut PxContactSet,
    i: u32
)
Expand description

Ignore the contact point.

If a contact point is ignored then no force will get applied at this point. This can be used to disable collision in certain areas of a shape, for example.