[][src]Function nphysics3d::volumetric::convex_hull_center_of_mass

pub fn convex_hull_center_of_mass<N: RealField>(points: &[Point<N>]) -> Point<N>

The center of mass of the convex hull of a set of points.