pub fn point_cloud_aabb<I>(m: &Isometry<f64>, pts: I) -> Aabbwhere I: IntoIterator<Item = Point<f64>>,
Computes the Aabb of a set of points transformed by m.
Aabb
m