Polygon Triangulation
Daniel Vlasic
Triangulation -- Proof by Induction
-
now prove that any triangulation of P consists of
n-2
triangles:
-
m1 + m2
= n + 2 (P1 and P2
share two vertices)
-
by induction, any triangulation of Pi consists
of mi-2 triangles
-
therefore, any triangulation of P consists of
(m1 - 2) + (m2 - 2) = n - 2
triangles
back