Function local_point_cloud_aabb_ref

Source
pub fn local_point_cloud_aabb_ref<'a, I>(pts: I) -> Aabb
where I: IntoIterator<Item = &'a Point<f32>>,
Expand description

Computes the Aabb of a set of points.