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

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

The area of a convex polyline.

The polyline is not checked to be actually convex.