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

scales the AABB.

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