Pentagons

Snippets Page

Five triangulations of a pentagon.

pentagons.png

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;
    }
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License