pub unsafe extern "C" fn PxBVH_getBounds(
self_: *const PxBVH,
) -> *const PxBounds3Expand description
Retrieve the read-only bounds in the BVH.
These are the user-defined bounds passed to the BVH builder, not the internal bounds around each BVH node.