pub fn ball_aabb<N: RealField + Copy>(center: &Point<N>, radius: N) -> AABB<N>
Computes the Axis-Aligned Bounding Box of a ball transformed by center.
center