Polygon Triangulation
Daniel Vlasic
Triangulation -- Proof by Induction
-
diagonal splits P into polygons P1
(m1 vertices) and P2 (m2
vertices)
-
both m1 and m2 must be
less than n, so by induction P1 and P2
can be triangulated
-
hence, P can be triangulated
back next