Function ncollide3d::bounding_volume::ball_aabb [−][src]
pub fn ball_aabb<N: RealField>(center: &Point<N>, radius: N) -> AABB<N>
Computes the Axis-Aligned Bounding Box of a ball transformed by center
.
pub fn ball_aabb<N: RealField>(center: &Point<N>, radius: N) -> AABB<N>
Computes the Axis-Aligned Bounding Box of a ball transformed by center
.