@inbook{325077c93db6479b8c0394c889b1c374,
title = "Intersection of Nonconvex Polygons Using the Alternate Hierarchical Decomposition",
abstract = "Intersection computation is one of the fundamental operations of computational geometry. This paper presents an algorithm for intersection computation between two polygons (convex/nonconvex, with nonintersecting edges, and with or without holes). The approach is based on the decomposed representation of polygons, alternate hierarchical decomposition (AHD), that decomposes the nonconvex polygon into its convex components (convex hulls) arranged hierarchically in a tree data structure called convex hull tree (CHT). The overall approach involves three operations (1) intersection between two convex objects (2) intersection between a convex and a CHT (nonconvex object) and, (3) intersection between two CHTs (two nonconvex objects). This gives for (1) the basic operation of intersection computation between two convex hulls, for (2) the CHT traversal with basic operation in (1) and, for (3) the CHT traversal with operation in (2). Only the basic operation of intersection of two convex hulls is geometric (for which well known algorithms exist) and the other operations are repeated application of this by traversing tree structures.",
author = "Rizwan Bulbul and Frank, {Andrew U.}",
year = "2010",
month = mar,
day = "31",
doi = "10.1007/978-3-642-12326-9_1",
language = "English",
isbn = "978-3-642-12325-2",
series = "Lecture Notes in Geoinformation and Cartography",
publisher = "Springer Verlag",
pages = "1--23",
editor = "Painho, {Marco }",
booktitle = "Geospatial Thinking",
address = "Germany",
note = "13th AGILE International Conference on Geographic Information Science, AGILE 2010 ; Conference date: 10-05-2010 Through 14-05-2010",
}