pub unsafe extern "C" fn PxContactSet_setNormal_mut(
    self_: *mut PxContactSet,
    i: u32,
    n: *const PxVec3
)
Expand description

Alter the contact normal of a specific contact point in the set.

Changing the normal can cause contact points to be ignored.