Function ncollide3d::bounding_volume::local_point_cloud_aabb [−][src]
pub fn local_point_cloud_aabb<'a, N: RealField, I>(pts: I) -> AABB<N> where
I: IntoIterator<Item = &'a Point<N>>,
Computes the AABB of a set of points.