pub fn convex_hull_from_shapes<'a>( shapes: impl IntoIterator<Item = &'a SimplePolygon>, ) -> Vec<Point>