Constructing the exact Voronoi diagram of arbitrary lines in three-dimensional space with fast point-location

  • Authors:
  • Michael Hemmer;Ophir Setter;Dan Halperin

  • Affiliations:
  • INRIA , Sophia Antipolis, France;Tel-Aviv University, Israel;Tel-Aviv University, Israel

  • Venue:
  • ESA'10 Proceedings of the 18th annual European conference on Algorithms: Part I
  • Year:
  • 2010

Quantified Score

Hi-index 0.00

Visualization

Abstract

We introduce a new, efficient, and complete algorithm, and its exact implementation, to compute the Voronoi diagram of lines in space. This is a major milestone towards the robust construction of the Voronoi diagram of polyhedra. As we follow the exact geometric-computation paradigm, it is guaranteed that we always compute the mathematically correct result. The algorithm is complete in the sense that it can handle all configurations, in particular all degenerate ones. The algorithm requires O(n3+ε) time and space, where n is the number of lines. The Voronoi diagram is represented by a data structure that permits answering point-location queries in O(log2 n) expected time. The implementation employs the Cgal packages for constructing arrangements and lower envelopes together with advanced algebraic tools.