[][src]Function ncollide2d::bounding_volume::point_cloud_aabb

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.