Function parry3d::bounding_volume::details::local_point_cloud_aabb[][src]

pub fn local_point_cloud_aabb<'a, I>(pts: I) -> AABB where
    I: IntoIterator<Item = &'a Point<Real>>, 

Computes the AABB of a set of points.