mymesh.delaunay.BowyerWatson2d#
- mymesh.delaunay.BowyerWatson2d(NodeCoords)[source]#
Bowyer-Watson algorithm for 2D Delaunay triangulation
- Parameters:
NodeCoords (array_like) – (n,2) or (n,3) array of points to be triangulated. If three dimensional coordinates are given, the third coordinate will be ignored.
- Returns:
NodeConn – mx3 array of node connectivities for the Delaunay triangulation
- Return type:
np.ndarray