pub unsafe extern "C" fn PxBounds3_fattenSafe_mut(
    self_: *mut PxBounds3,
    distance: f32
)
Expand description

fattens the AABB in all 3 dimensions by the given distance.

This version is safe to call for empty bounds.