convex_hull#

classmethod PolygonData.convex_hull(polygons)#

Compute the convex hull of the union of a list of polygons.

Parameters:
otherslist[PolygonData]

List of polygons.

Returns:
PolygonData