pub unsafe extern "C" fn PxMeshOverlapUtil_findOverlap_mut(
self_: *mut PxMeshOverlapUtil,
geom: *const PxGeometry,
geomPose: *const PxTransform,
meshGeom: *const PxTriangleMeshGeometry,
meshPose: *const PxTransform,
) -> u32Expand description
Find the mesh triangles which touch the specified geometry object.
Number of overlaps found. Triangle indices can then be accessed through the getResults function.