pub fn local_point_cloud_aabb<'a, I>(pts: I) -> AABB where
    I: IntoIterator<Item = &'a Point<Real>>, 
Expand description

Computes the AABB of a set of points.