mymesh.delaunay.BowyerWatson2d# mymesh.delaunay.BowyerWatson2d(NodeCoords)[source]# Bowyer-Watson algorithm for 2D Delaunay triangulation [Bow81], [Wat81] Parameters: NodeCoords (array_like) – nx2 or nx3 set of points to be triangulated Returns: NodeConn – mx3 array of node connectivities for the Delaunay triangulation Return type: np.ndarray