Skip to main content

point_cloud_aabb

Function point_cloud_aabb 

Source
pub fn point_cloud_aabb<I>(m: &Isometry<f64>, pts: I) -> Aabb
where I: IntoIterator<Item = Point<f64>>,
Expand description

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