Function nphysics3d::volumetric::convex_hull_surface [] [src]

pub fn convex_hull_surface<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 surface of a convex hull.