Function parry3d::bounding_volume::details::point_cloud_aabb
source · pub fn point_cloud_aabb<'a, I>(m: &Isometry<Real>, pts: I) -> Aabb
Expand description
Computes the Aabb
of a set of points transformed by m
.