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