ncollide3d::bounding_volume

Function point_cloud_aabb

Source
pub fn point_cloud_aabb<'a, N: RealField + Copy, I>(
    m: &Isometry<N>,
    pts: I,
) -> AABB<N>
where I: IntoIterator<Item = &'a Point<N>>,
Expand description

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