Delaunay triangulation
Named by 3 essays across one field — each of them below, with the objects they name alongside it.
The plane, divided by whoever is nearest
Scatter some points and colour every other point of the plane by which one is closest. The result is a tiling nobody designed, and its dual triangulation has a property that no part of the construction mentions.
One dimension up, and the circles disappear
The Delaunay triangulation is defined by a condition about circles, which is awkward to compute and awkward to reason about. Lift every point onto a paraboloid and the circles turn into planes, the condition turns into convexity, and a two-dimensional problem is solved by looking at a three-dimensional shape from underneath.
The tree inside the triangulation
The shortest network joining a set of points is built from edges chosen by length, and the triangulation is built from edges chosen by an emptiness condition about circles. The two constructions share no step, and every edge of the first is an edge of the second.
Named alongside it
The objects these essays reach for when they reach for this one.
Voronoi diagramCircumcircleConvexityDualityPlanar graphCircleComplexityConvex hullEuler characteristicGraphGreedy algorithmLifting map