ncollide3d::bounding_volume

Function local_point_cloud_aabb

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

Computes the AABB of a set of points.