[][src]Function oxygengine_physics_2d::prelude::volumetric::convex_hull_volume

pub fn convex_hull_volume<N>(points: &[Point<N, U2>]) -> N where
    N: RealField

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