Delaunay triangulation

A Delaunay triangulation in the plane with circumcircles shown

In computational geometry, a Delaunay triangulation or Delone triangulation of a set of points in the plane subdivides their convex hull[1] into triangles whose circumcircles do not contain any of the points. This maximizes the size of the smallest angle in any of the triangles, and tends to avoid sliver triangles.

The triangulation is named after Boris Delaunay for his work on it from 1934.[2]

If the points all lie on a straight line, the notion of triangulation becomes degenerate and there is no Delaunay triangulation. For four or more points on the same circle (e.g., the vertices of a rectangle) the Delaunay triangulation is not unique: each of the two possible triangulations that split the quadrangle into two triangles satisfies the "Delaunay condition", i.e., the requirement that the circumcircles of all triangles have empty interiors.

By considering circumscribed spheres, the notion of Delaunay triangulation extends to three and higher dimensions. Generalizations are possible to metrics other than Euclidean distance. However, in these cases a Delaunay triangulation is not guaranteed to exist or be unique.

  1. ^ Loosely speaking, the region that a rubber band stretched around the points would enclose.
  2. ^ Cite error: The named reference Delaunay1934 was invoked but never defined (see the help page).