pub fn local_point_cloud_aabb<'a, I>(pts: I) -> AABBwhere
    I: IntoIterator<Item = &'a OPoint<f32, Const<2>>>,
Expand description

Computes the AABB of a set of points.