Content deleted Content added
algorithm is for delaunay triangulation, also added details about algorithm steps |
Corrected a small technical error in the description of the algorithm |
||
Line 1:
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 [[dimension]]s. The algorithm can be used to obtain a [[Voronoi diagram]] of the points, which is the dual graph of the Delaunay triangulation.
The Bowyer-Watson algorithm is an incremental
The algorithm is sometimes known just as the '''Bowyer Algorithm''' or the '''Watson Algorithm'''. [[Adrian Bowyer]] and David Watson devised it independently of each other at the same time, and each published a paper on it in the same issue of ''[[The Computer Journal]]'' (see below).
|