BowyerWatson
BowyerWatson is a term used to describe software implementations that perform Delaunay triangulation using the Bowyer–Watson algorithm. It is typically a library or module designed to generate triangulations from a set of points, often in 2D but in some cases extended to higher dimensions. The name reflects the algorithm on which these implementations are based.
The Bowyer–Watson algorithm is an incremental method for constructing a Delaunay triangulation. Points are inserted one
BowyerWatson implementations commonly provide features such as support for 2D triangulation, optional 3D extensions, and input/output
The project or library name BowyerWatson is typically one of several open-source or proprietary implementations that
See also: Bowyer–Watson algorithm, Delaunay triangulation, Mesh generation.