Function nphysics2d::volumetric::convex_polyline_area_unchecked[][src]

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

The area of a convex polyline.

The polyline is not checked to be actually convex.