Updating and constructing constrained delaunay and constrained regular triangulations by flips

  • Authors:
  • Jonathan Richard Shewchuk

  • Affiliations:
  • University of California at Berkeley, Berkeley, California

  • Venue:
  • Proceedings of the nineteenth annual symposium on Computational geometry
  • Year:
  • 2003

Quantified Score

Hi-index 0.01

Visualization

Abstract

I discuss algorithms based on bistellar flips for inserting and deleting constraining (d - 1)-facets in d-dimensional constrained Delaunay triangulations (CDTs) and weighted CDTs, also known as constrained regular triangulations. The facet insertion algorithm is likely to outperform other known algorithms on most inputs. The facet deletion algorithm is the first proposed for d 2, short of recomputing the CDT from scratch. An incremental facet insertion algorithm that begins with an unconstrained Delaunay triangulation can construct the CDT of a ridge-protected piecewise linear complex with nv vertices in O(nv[d / 2] + 1 log nv) time. Hence, in odd dimensions, CDT construction by incremental facet insertion is within a factor of log nv of worst-case optimal. Perhaps the most important feature of these algorithms is that they are relatively easy to implement.