Triangulation and shape-complexity
Bernard Chazelle, Janet Incerpi
Abstract
Open-access reader
Bernard Chazelle, Janet Incerpi
Abstract
Open-access reader
This paper describes a new method for triangulating a simple n-sided polygon.The algorithm runs in time O(n log s), with s _< n.The quantity s measures the sinuosity of the polygon, that is, the number of times the boundary alternates between complete spirals of opposite orientation.The value of s is in practice a very small constant, even for extremely winding polygons.Our algorithm is the first method whose performance is linear in the number of vertices, up to within a factor that depends only on the shape-complexity of the polygon.Informally, this notion of shape-complexity measures how entangled a polygon is, and is thus highly independent of the number of vertices.A practical advantage of the algorithm is that it does not require sorting or the use of any balanced tree structure.Aside from the notion of sinuosity, we are also able to characterize a large class of polygons for which the algorithm can be proven to run in O(n log log n) time.The algorithm has been implemented, tested, and empirical evidence has confirmed its theoretical claim to efficiency.
OpenAlex reports 126 citations for this work. Citation counts describe recorded attention and do not establish research quality.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
This paper describes a new method for triangulating a simple n-sided polygon.The algorithm runs in time O(n log s), with s _< n.The quantity s measures the sinuosity of the polygon, that is, the number of times the boundary alternates between complete spirals of opposite orientation.The value of s is in practice a very small constant, even for extremely winding polygons.Our algorithm is the first method whose performance is linear in the number of vertices, up to within a factor that depends only on the shape-complexity of the polygon.Informally, this notion of shape-complexity measures how entangled a polygon is, and is thus highly independent of the number of vertices.A practical advantage of the algorithm is that it does not require sorting or the use of any balanced tree structure.Aside from the notion of sinuosity, we are also able to characterize a large class of polygons for which the algorithm can be proven to run in O(n log log n) time.The algorithm has been implemented, tested, and empirical evidence has confirmed its theoretical claim to efficiency.
Key concepts: Citation, Computer science, Triangulation, Computer graphics (images), Library science, Cartography, Geography