Back to class index
| Polygon::TriangulateSyntaxTriangleArray Polygon::Triangulate() const; [72 lines of code]Triangulates this Polygon using the ear-clipping method. The implementation of this function is based on the paper "Kong, Everett, Toussant. The Graham Scan Triangulates Simple Polygons." See also p. 772-775 of Geometric Tools for Computer Graphics. The running time of this function is O(n^2). See Also |