Chazelle's linear time algorithm to triangulate a polygon.
Questions tagged [chazelle-algorithm]
1 questions
14
votes
2 answers
Implementation of Chazelle's triangulation algorithm
There is an algorithm for triangulating a polygon in linear time due to Chazelle (1991), but, AFAIK, there aren't any standard implementations of his algorithm in general mathematical software libraries.
Does anyone know of such an implementation?

JeremyKun
- 2,987
- 2
- 24
- 44