Function parry3d_f64::bounding_volume::details::local_point_cloud_aabb

source ยท
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.