convex_hull#
- classmethod PolygonData.convex_hull(polygons)#
Compute the convex hull of the union of a list of polygons.
- Parameters:
- others
list
[PolygonData
] List of polygons.
- others
- Returns:
Compute the convex hull of the union of a list of polygons.
list
[PolygonData
]List of polygons.