parry3d::bounding_volume::details

Function local_point_cloud_aabb

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

Computes the Aabb of a set of points.