pub fn point_cloud_aabb<'a, N: RealField + Copy, 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.
m