Function parry2d::bounding_volume::details::point_cloud_aabb[][src]

pub fn point_cloud_aabb<'a, I>(m: &Isometry<Real>, pts: I) -> AABB where
    I: IntoIterator<Item = &'a Point<Real>>, 

Computes the AABB of a set of points transformed by m.