Function nphysics3d::volumetric::convex_hull_volume [] [src]

pub fn convex_hull_volume<P>(dim: usize, points: &[P]) -> P::Vect::Scalar where P: Point, P::Vect: Outer + Mul<P::Vect::OuterProductType, Output=P::Vect>, P::Vect::OuterProductType: EigenQR<P::Vect::Scalar, P::Vect> + Mul<P, Output=P> + Add<P::Vect::OuterProductType, Output=P::Vect::OuterProductType> + Zero + Copy

The volume of the convex hull of a set of points.