Delaunay Triangulation Using Bowyer–Watson Algorithm

https://github.com/vanreusVU/Delaunay-Triangulation

Delaunay Triangulation in Python using Bowyer–Watson algorithm. In computational geometry, the Bowyer–Watson algorithm is a method for computing the Delaunay triangulation of a finite set of points in any number of dimensions. The algorithm can be also used to obtain a Voronoi diagram of the points, which is the dual graph of the Delaunay triangulation.