pub unsafe extern "C" fn PxLocationHit_hadInitialOverlap(
    self_: *const PxLocationHit
) -> bool
Expand description

For raycast hits: true for shapes overlapping with raycast origin.

For sweep hits: true for shapes overlapping at zero sweep distance.