Computing Voronoi Diagrams in the Polar-Coordinate Model of the Hyperbolic Plane
Tobias Friedrich, Maximilian Katzmann, Leon Schiller

TL;DR
This paper introduces a novel algorithm for computing Voronoi diagrams directly in the polar-coordinate model of the hyperbolic plane, adapting Fortune's sweep line method to hyperbolic geometry.
Contribution
It presents the first algorithm for hyperbolic Voronoi diagrams in the polar-coordinate model, extending Euclidean methods to hyperbolic geometry with practical implementation.
Findings
Algorithm successfully computes hyperbolic Voronoi diagrams in polar coordinates.
Compared to CGAL, the method is less stable but useful as a reference.
The approach aids in resolving fundamental issues in hyperbolic geometric computations.
Abstract
A Voronoi diagram is a basic geometric structure that partitions the space into regions associated with a given set of sites, such that all points in a region are closer to the corresponding site than to all other sites. While being thoroughly studied in Euclidean space, they are also of interest in hyperbolic space. In fact, there are several algorithms for computing hyperbolic Voronoi diagrams that work with the various models used to describe hyperbolic geometry. However, the polar-coordinate model has not been considered before, despite its popularity in the network science community. While Voronoi diagrams have the potential to advance this field, the model is geometrically not as approachable as other models, which impedes the development of geometric algorithms. In this paper, we present an algorithm for computing Voronoi diagrams natively in the polar-coordinate model of the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsComputational Geometry and Mesh Generation · Data Management and Algorithms · Data Visualization and Analytics
