pub unsafe extern "C" fn PxBVH_partialRefit_mut(self_: *mut PxBVH)
Expand description

Refits subset of marked nodes.

This is an alternative to the refit() function, to be called after updateBounds() calls. See updateBounds() for details.