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

pub fn convex_polyline_mass_properties_unchecked<N>(
    convex_polyline: &[Point<N, U2>],
    density: N
) -> (N, Point<N, U2>, N) where
    N: RealField

The mass properties of a 2D convex Polyline.

The polyline is not checked to be actually convex.