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

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

Calling this method for empty bounds leads to undefined behavior. Use fattenSafe instead.