Pentagons
Five triangulations of a pentagon.

Source Code
\tikz{
\draw[fill=gray!50](0:1)--(72:1)--(144:1)--cycle;
\draw[fill=orange!50](0:1)--(144:1)--(288:1)--cycle;
\draw[fill=black!50](144:1)--(216:1)--(288:1)--cycle;
\draw[fill=gray!50,shift={(2.2,0)},rotate=72](0:1)--(72:1)--(144:1)--cycle;
\draw[fill=orange!50,shift={(2.2,0)},rotate=72](0:1)--(144:1)--(288:1)--cycle;
\draw[fill=black!50,shift={(2.2,0)},rotate=72](144:1)--(216:1)--(288:1)--cycle;
\draw[fill=gray!50,shift={(4.4,0)},rotate=144](0:1)--(72:1)--(144:1)--cycle;
\draw[fill=orange!50,shift={(4.4,0)},rotate=144](0:1)--(144:1)--(288:1)--cycle;
\draw[fill=black!50,shift={(4.4,0)},rotate=144](144:1)--(216:1)--(288:1)--cycle;
\draw[fill=gray!50,shift={(6.6,0)},rotate=216](0:1)--(72:1)--(144:1)--cycle;
\draw[fill=orange!50,shift={(6.6,0)},rotate=216](0:1)--(144:1)--(288:1)--cycle;
\draw[fill=black!50,shift={(6.6,0)},rotate=216](144:1)--(216:1)--(288:1)--cycle;
\draw[fill=gray!50,shift={(8.8,0)},rotate=288](0:1)--(72:1)--(144:1)--cycle;
\draw[fill=orange!50,shift={(8.8,0)},rotate=288](0:1)--(144:1)--(288:1)--cycle;
\draw[fill=black!50,shift={(8.8,0)},rotate=288](144:1)--(216:1)--(288:1)--cycle;
}
page revision: 0, last edited: 17 Dec 2008 14:41