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

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

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