pub unsafe extern "C" fn PxMeshOverlapUtil_findOverlap_mut_1(
    self_: *mut PxMeshOverlapUtil,
    geom: *const PxGeometry,
    geomPose: *const PxTransform,
    hfGeom: *const PxHeightFieldGeometry,
    hfPose: *const PxTransform
) -> u32
Expand description

Find the height field triangles which touch the specified geometry object.

Number of overlaps found. Triangle indices can then be accessed through the getResults function.