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