摘要
给出了一种求简单多边形凸包的快速算法,此算法采取将各个点按与X轴的夹角顺次排列,然后逐渐地删除凹顶点,求得简单多边形的凸包,并给出了算法的数据结构.算法达到了O(nlogn)的理论时间复杂度下限.
This paper focuses on an accelerating algorithm for computing convex hulls of s-polygon, which, at first, arranges all given points according to angle between X-axis and themselves, deletes gradually concave points. We get convex hulls of s-polygon, moreover, and we describe the data-structure of algorithm in details in the paper. Its time-complexity, in theory, is O(nlogn).
出处
《广州大学学报(自然科学版)》
CAS
2003年第6期545-547,559,共4页
Journal of Guangzhou University:Natural Science Edition
关键词
凸包
算法
简单多边形
convex hull
algorithm
simple polygon