pub fn calc_polygon_area(vertices: &[PointD]) -> f64
Signed area of a polygon defined by a slice of points with x and y fields.
x
y