Polygon Triangulation
Daniel Vlasic
Camera Placement -- 3-coloring of a Triangulation
-
3-coloring always exists
-
let TP be the triangulation of polygon
P
-
dual graph of TP, G(TP),
is a tree (it has a node for every trinagle in TP, and
its edges are diagonals of TP)
-
find 3-coloring by a simple traversal of G(TP)
(such as depth-first search)
back next