alpha_shape#

classmethod PolygonData.alpha_shape(points, alpha)#

Compute the outline of a 2D point cloud using alpha shapes.

Parameters:
pointslist of Point2DLike

List of points.

alphafloat
Returns:
list of PolygonData