Delaunay Triangulation In Two and Three Dimensions

What is a Delaunay triangulation ?


Voronoi diagram

The Voronoi diagram of a point set P is a subdivision of the plane with the property that each Voronoi cell of vertex p contains all locations that are closer to p than to every other vertex of P. The vertices P are also called Voronoi generators. Each edge of a Voronoi cell is the bisector of the connection of p to the corresponding neighbour cell. Each intersection of Voronoi edges belongs to at least three Voronoi cells and is the center of the circle through the generators of these three cells. These three vertices form a Delaunay triangle.

Delaunay triangulation and Voronoi diagram of a pointset
of hundred vertices.

Voronoi diagram of 1000 vertices

Applications


Implemented algorithms



Further algorithms


Comparison of the two dimensional algorithms

Performance of the algorithms for Delaunay triangulation computation of regularly distributed point set, measured on a SGI R4000.


Comparison of the three dimensional algorithms

Performance of the algorithms for Delaunay triangulation computation of regularly distributed point set, measured on a SGI R4000.



Master thesis by Jörg Krämer, Dec.1995
Jörg Krämer: kraemerj@gris.uni-tuebingen.de