mymesh.delaunay.GiftWrapping2d#
- mymesh.delaunay.GiftWrapping2d(points, IncludeCollinear=True)[source]#
Gift wrapping algorithm for computing the convex hull of a set of 2D points.
[Jar73]
- Parameters:
NodeCoords (array_like) – Array of 2D point coordinates
- Returns:
Hull – Node connectivity of convex hull edges (shaoe=(m,2))
- Return type:
np.ndarray