English

Kinetic Stable Delaunay Graphs

Computational Geometry 2015-03-19 v1

Abstract

We consider the problem of maintaining the Euclidean Delaunay triangulation \DT\DT of a set PP of nn moving points in the plane, along algebraic trajectories of constant description complexity. Since the best known upper bound on the number of topological changes in the full \DT\DT is nearly cubic, we seek to maintain a suitable portion of it that is less volatile yet retains many useful properties. We introduce the notion of a stable Delaunay graph, which is a dynamic subgraph of the Delaunay triangulation. The stable Delaunay graph (a) is easy to define, (b) experiences only a nearly quadratic number of discrete changes, (c) is robust under small changes of the norm, and (d) possesses certain useful properties. The stable Delaunay graph (\SDG\SDG in short) is defined in terms of a parameter α>0\alpha>0, and consists of Delaunay edges pqpq for which the angles at which pp and qq see their Voronoi edge epqe_{pq} are at least α\alpha. We show that (i) \SDG\SDG always contains at least roughly one third of the Delaunay edges; (ii) it contains the β\beta-skeleton of PP, for β=1+Ω(α2)\beta=1+\Omega(\alpha^2); (iii) it is stable, in the sense that its edges survive for long periods of time, as long as the orientations of the segments connecting (nearby) points of PP do not change by much; and (iv) stable Delaunay edges remain stable (with an appropriate redefinition of stability) if we replace the Euclidean norm by any sufficiently close norm. In particular, we can approximate the Euclidean norm by a polygonal norm (namely, a regular kk-gon, with k=Θ(1/α)k=\Theta(1/\alpha)), and keep track of a Euclidean \SDG\SDG by maintaining the full Delaunay triangulation of PP under the polygonal norm. We describe two kinetic data structures for maintaining \SDG\SDG. Both structures use O(n)O^*(n) storage and process O(n2)O^*(n^2) events during the motion, each in O(1)O^*(1) time.

Keywords

Cite

@article{arxiv.1104.0622,
  title  = {Kinetic Stable Delaunay Graphs},
  author = {Pankaj K. Agarwal and Jie Gao and Leonidas J. Guibas and Haim Kaplan and Vladlen Koltun and Natan Rubin and Micha Sharir},
  journal= {arXiv preprint arXiv:1104.0622},
  year   = {2015}
}

Comments

A preliminary version appeared in Proc. SoCG 2010

R2 v1 2026-06-21T17:49:13.813Z