A sweepline algorithm for Voronoi diagrams 论文
1986引用 330
Computational Geometry and Mesh GenerationRemote Sensing and LiDAR ApplicationsData Visualization and Analytics
摘要
We present a transformation that can be used to compute Voronoi diagrams with a sweepline technique. The transformation is used to obtain simple algorithms for computing the Voronoi diagram of point sites, of line segment sites, and of weighted point sites. All algorithms have O(n log n) worst case running time and use O(n) space.