pub fn ball_aabb<N: RealField + Copy>(center: &Point<N>, radius: N) -> AABB<N>
Expand description

Computes the Axis-Aligned Bounding Box of a ball transformed by center.