jagua_rs::geometry::convex_hull

Function convex_hull_from_shapes

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