pub fn convex_polyline_area_unchecked<N>(
    convex_polyline: &[OPoint<N, Const<2>>]
) -> Nwhere
    N: RealField + Copy,
Expand description

The area of a convex polyline.

The polyline is not checked to be actually convex.