| | [No title] (Site not responding. Last check: ) |
 | | A principal vertex pi of a simple polygon P is called an ear if the diagonal (p[i-1], p[i+1]) that bridges p[i] lies entirely in P. We say that two ears p[i] and p[j] are non-overlapping if the interior of triangle (p[i-1], p[i], p[i+1]) does not intersect the interior of triangle (p[j-1], p[j], p[j+1]). |
 | | A triangulation of a simple polygon consists of n-3 non-intersecting diagonals or n-2 triangles where n is the number of vertices in the simple polygon. |
 | | The first simple polygon triangulation "algorithm" was proposed by Lennes in 1911 via recursive diagonal insertion and runs in O (n^2) time (why was Lennes considering the triangulation problem in 1911?). |
| www.mema.ucl.ac.be /~wu/FSA2716-2002/project.html (1423 words) |