pub unsafe extern "C" fn PxBVH_getNbBounds(self_: *const PxBVH) -> u32
Expand description

Returns the number of bounds in the BVH.

You can use getBounds to retrieve the bounds.

These are the user-defined bounds passed to the BVH builder, not the internal bounds around each BVH node.

Number of bounds in the BVH.