PxBVH_getBounds

Function PxBVH_getBounds 

Source
pub unsafe extern "C" fn PxBVH_getBounds(
    self_: *const PxBVH,
) -> *const PxBounds3
Expand 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.