alpha_shape#
- classmethod PolygonData.alpha_shape(points, alpha)#
 Compute the outline of a 2D point cloud using alpha shapes.
- Parameters:
 - points
listof Point2DLike List of points.
- alpha
float 
- points
 - Returns:
 listofPolygonData
Compute the outline of a 2D point cloud using alpha shapes.
list of Point2DLikeList of points.
floatlist of PolygonData