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