Skip to topic | Skip to bottom
Home
TModeling
TModeling.DelaunayTessellationr1.1 - 19 Feb 2005 - 18:10 - Main.guesttopic end

Start of topic | Skip to actions
The Delaunay Tessellation is the dual of a Voronoi diagram. Given a finite set of sites, the tessellation contains the convex hull of every subset that can lie on the boundary of a sphere with empty interior.

Usually, points are assumed to be (or perturbed to be) in general position, so that all convex hulls are simplices. Here is a 2-d demo.

Papers & 2d Delaunay triangulation code

  • Leonidas J. Guibas, Jorge Stolfi: Primitives for the Manipulation of General Subdivisions and Computation of Voronoi Diagrams. ACM Transactions on Graphics 4(2): 74-123 (1985) http://doi.acm.org/10.1145/282918.282923 (Introduces and uses the quad-edge data structure; skim the first half, and read the incremental algorithm and divide & conquer algorithm that are given in full detail.)
  • Dani Lischinski, Incremental Delaunay Triangulation, "Graphics Gems IV", Academic Press, 1994. (I need to scan this paper) C++ code here (An implementation of Guibas & Stolfi's quad-edge and incremental Delaunay in C++.)
  • In case you want to see it, source code for my demo implementation in Java. This uses triangle-based data structure that has fewer pointers than the quad edge, but is a little harder to do the swap.
  • Tripod: this point-based data structure uses the fewest pointers and has the best, but needs to be completed to an implementation. This would be worth a publication. Code & 3 page draft description.
  • J. R. Shewchuk. Triangle: engineering a 2d quality mesh generator and Delaunay triangulator. In First Workshop on Applied Computational Geometry. Association for Computing Machinery, May 1996. (This is one of the most popular implementations, because it is robust yet still fast.)

3d Delaunay code

-- JackSnoeyink - 17 Feb 2005
to top

I upAttachment sort Action Size Date Who Comment
tripod.zip manage 66.5 K 17 Feb 2005 - 11:16 JackSnoeyink Tripod demo code & 3 page description
crust.zip manage 21.4 K 17 Feb 2005 - 11:26 JackSnoeyink Java code for Voronoi/Delaunay/crust demo
del3d.zip manage 41.9 K 17 Feb 2005 - 11:28 JackSnoeyink bare bones C implementation of 3-d incremental Delaunay
triangle.pdf manage 137.5 K 17 Feb 2005 - 11:29 JackSnoeyink  
MSRIDel3d-liusnoe.pdf manage 302.9 K 17 Feb 2005 - 11:30 JackSnoeyink  

You are here: TModeling > ProjectIdeas > StreamingDelaunay > DelaunayTessellation

to top

Copyright © 1999-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback