Function ncollide_transformation::convex_hull3 [] [src]

pub fn convex_hull3<P>(points: &[P]) -> TriMesh<P> 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

Computes the convex hull of a set of 3d points.