pub fn convex_polygon_area_and_center_of_mass( convex_polygon: &[Point<f32>], ) -> (f32, Point<f32>)
Computes the area and center-of-mass of a convex polygon.