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