ncollide3d::bounding_volume

Function ball_aabb

Source
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.