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

pub fn convex_hull_volume<N: RealField + Copy>(points: &[Point<N>]) -> N
Expand description

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