Content deleted Content added
→Algorithms: Fixing this discussion on incircle test. The incicle test works for counterclockwise orientation not clockwise (http://www.cs.cmu.edu/~quake/robust.html) |
m Removing a comma |
||
Line 1:
[[Image:Delaunay_circumcircles.png|right|thumb|280px|A Delaunay triangulation in the plane with circumcircles shown]]
In [[mathematics]]
For a set of points on the same line there is no Delaunay triangulation (in fact, the notion of triangulation is undefined for this case). For four points on the same circle (e.g., the vertices of a rectangle) the Delaunay triangulation is not unique: the two possible triangulations that split the quadrangle into two triangles satisfy the "Delaunay condition", i.e., the requirement that the circumcircles of all triangles have empty interiors.
|