Efficient Algorithm for General Polygon Clipping

Y Peng,JH Yong,H Zhang,JG Sun
2005-01-01
Abstract:We present an efficient algorithm to determine the intersection of two planar general polygons. A new method based on rotation angle is proposed to obtain the classification of an edge with respect to a polygon. The edge candidates can be determined efficiently by a 1-dimensional range searching approach based on an AVL tree (a balanced binary search tree). The simplicial chain is used to represent the general polygons, and to determine the classification of polygon edges. Examples are given to illustrate the algorithm.
What problem does this paper attempt to address?