An Efficient Algorithm for Polygon Clipping Based on Intersection Points Sorting

PENG Jie,LIU Nan,TANG Yuan-bin,DU Zhen-hong,LIU Ren-yi
DOI: https://doi.org/10.3785/j.issn.1008-9497.2012.01.022
2012-01-01
Abstract:An efficient algorithm for polygon clipping is proposed.The algorithm inserts the vertexes of clipping and clips polygon which are made up of the result polygon into the intersection points list.By sorting the intersection points,we will get a directional linked and single-pointer vertexes list of result polygons.This algorithm optimizes the data structure of intersection points and reduces the calculation times.Finally,by compared with other congener algorithms,the new algorithm is verified to be more efficient.
What problem does this paper attempt to address?