{"title":"Efficient and reliable triangulation of polygons","authors":"M. Held","doi":"10.1109/CGI.1998.694322","DOIUrl":null,"url":null,"abstract":"The author discusses a triangulation algorithm that is based on repeatedly clipping ears of a polygon. The main focus of the work was on designing an algorithm that is (1) completely reliable, (2) easy to implement, and (3) fast in practice. The algorithm was implemented in ANSI C, based on floating-point arithmetic. Due to a series of heuristics that get applied as a back-up for the standard ear-clipping process if the code detects deficiencies in the input polygon, the triangulation code can handle any type of polygonal input data, be it simple or not. Based on his implementation he reports on different strategies (geometric hashing, bounding volume trees) for speeding up the ear-clipping process in practice. The code has been tuned accordingly, and CPU-time statistics document that it tends to be faster than other popular triangulation codes. The code forms the core of a package for triangulating the faces of 3D polyhedra, and it has been successfully incorporated into two industrial graphics packages.","PeriodicalId":434370,"journal":{"name":"Proceedings. Computer Graphics International (Cat. No.98EX149)","volume":"1 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"1998-06-22","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"15","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings. Computer Graphics International (Cat. No.98EX149)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/CGI.1998.694322","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 15
Abstract
The author discusses a triangulation algorithm that is based on repeatedly clipping ears of a polygon. The main focus of the work was on designing an algorithm that is (1) completely reliable, (2) easy to implement, and (3) fast in practice. The algorithm was implemented in ANSI C, based on floating-point arithmetic. Due to a series of heuristics that get applied as a back-up for the standard ear-clipping process if the code detects deficiencies in the input polygon, the triangulation code can handle any type of polygonal input data, be it simple or not. Based on his implementation he reports on different strategies (geometric hashing, bounding volume trees) for speeding up the ear-clipping process in practice. The code has been tuned accordingly, and CPU-time statistics document that it tends to be faster than other popular triangulation codes. The code forms the core of a package for triangulating the faces of 3D polyhedra, and it has been successfully incorporated into two industrial graphics packages.