[][src]Function oxygengine_physics_2d::prelude::ncollide2d::bounding_volume::point_cloud_aabb

pub fn point_cloud_aabb<'a, N, I>(
    m: &Isometry<N, U2, Unit<Complex<N>>>,
    pts: I
) -> AABB<N> where
    I: IntoIterator<Item = &'a Point<N, U2>>,
    N: RealField

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