Function parry2d::bounding_volume::details::point_cloud_aabb

source ยท
pub fn point_cloud_aabb<'a, I>(m: &Isometry<Real>, pts: I) -> Aabb
where I: IntoIterator<Item = &'a Point<Real>>,
Expand description

Computes the Aabb of a set of points transformed by m.