pub fn local_point_cloud_aabb_ref<'a, I>(pts: I) -> Aabbwhere
I: IntoIterator<Item = &'a Vector>,Expand description
Computes the Aabb of a set of points.
pub fn local_point_cloud_aabb_ref<'a, I>(pts: I) -> Aabbwhere
I: IntoIterator<Item = &'a Vector>,Computes the Aabb of a set of points.