A package for exact kinetic data structures and sweepline algorithms

  • Authors:
  • Daniel Russel;Menelaos I. Karavelas;Leonidas J. Guibas

  • Affiliations:
  • Computer Science Department, Stanford University, Stanford, CA 94305, USA;Department of Applied Mathematics, University of Crete, GR-714 09 Heraklion, Greece and Institute of Applied and Computational Mathematics, Foundation for Research and Technology -- Hellas, P.O. B ...;Computer Science Department, Stanford University, Stanford, CA 94305, USA

  • Venue:
  • Computational Geometry: Theory and Applications
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper we present a package for implementing exact kinetic data structures built on objects which move along polynomial trajectories. We discuss how the package design was influenced by various considerations, including extensibility, support for multiple kinetic data structures, access to existing data structures and algorithms in CGAL, as well as debugging. Due to the similarity between the operations involved, the software can also be used to compute arrangements of polynomial objects using a sweepline approach. The package consists of three main parts, the kinetic data structure framework support code, an algebraic kernel which implements the set of algebraic operations required for kinetic data structure processing, and kinetic data structures for Delaunay triangulations in one and two dimensions, and Delaunay and regular triangulations in three dimensions. The models provided for the algebraic kernel support both exact operations and inexact approximations with heuristics to improve numerical stability.