REPRESENTING THE VORONOI DIAGRAM OF A SIMPLE POLYGON USING RATIONAL QUADRATIC BEZIER CURVES

Citation
Ds. Kim et al., REPRESENTING THE VORONOI DIAGRAM OF A SIMPLE POLYGON USING RATIONAL QUADRATIC BEZIER CURVES, Computer Aided Design, 27(8), 1995, pp. 605-614
Citations number
23
Categorie Soggetti
Computer Sciences, Special Topics","Computer Science Software Graphycs Programming
Journal title
ISSN journal
00104485
Volume
27
Issue
8
Year of publication
1995
Pages
605 - 614
Database
ISI
SICI code
0010-4485(1995)27:8<605:RTVDOA>2.0.ZU;2-U
Abstract
The Voronoi diagram of a set of geometric entities on a plane, such as points, line segments, or arcs, is a collection of Voronoi polygons a ssociated with each entity, where the Voronoi polygon of an entity is a set of points which are closer to the associated entity than any oth er entity. A Voronoi diagram is one of the most fundamental geometrica l constructs, and it is well known for its theoretical elegance and th e wealth of applications. Various geometric problems can be solved wit h the aid of Voronoi diagrams. The paper discusses an algorithm to con struct the Voronoi diagram of the interior of a simple polygon which c onsists of simple curves such as line segments as well as arcs in a pl ane with O(N log N) time complexity by the use of a divide-and-conquer scheme. Particular emphasis is placed on the parameterization of bise ctors using a rational quadratic Bezier curve representation which uni fies four different bisector cases.