diff options
| author | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-19 15:47:53 +0200 |
|---|---|---|
| committer | Sebastiano Tronto <sebastiano@tronto.net> | 2022-05-19 15:47:53 +0200 |
| commit | 967f4abac97ac120a281e3b530791d7bb310e590 (patch) | |
| tree | 6e65952faffe6aa530e436a7207f2059f4b9e0e1 /icosahedron.tex | |
| download | platonicsolids-967f4abac97ac120a281e3b530791d7bb310e590.tar.gz platonicsolids-967f4abac97ac120a281e3b530791d7bb310e590.zip | |
Initial commit
Diffstat (limited to 'icosahedron.tex')
| -rw-r--r-- | icosahedron.tex | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/icosahedron.tex b/icosahedron.tex new file mode 100644 index 0000000..64e4573 --- /dev/null +++ b/icosahedron.tex | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | \input{settings.ttt} | ||
| 2 | |||
| 3 | \begin{document} | ||
| 4 | \begin{tikzpicture}[scale=2, line cap=round,line join=round,>=triangle 45,x=1.0cm,y=1.0cm] | ||
| 5 | |||
| 6 | \input{coord-ico.tex} | ||
| 7 | |||
| 8 | % Background varying in size depending on the main figure | ||
| 9 | \fill[color=white] (-2,-2) rectangle (2,2); | ||
| 10 | |||
| 11 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 12 | fill=my-color-fill-main, fill opacity = 0.5] | ||
| 13 | (P0) -- (P2) -- (P8) -- cycle; | ||
| 14 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 15 | fill=my-color-fill-main, fill opacity = 0.3] | ||
| 16 | (P0) -- (P2) -- (P9) -- cycle; | ||
| 17 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 18 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 19 | (P0) -- (P8) -- (P4) -- cycle; | ||
| 20 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 21 | fill=my-color-fill-main, fill opacity = 0.4] | ||
| 22 | (P0) -- (P9) -- (P6) -- cycle; | ||
| 23 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 24 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 25 | (P0) -- (P4) -- (P6) -- cycle; | ||
| 26 | |||
| 27 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 28 | fill=my-color-fill-main, fill opacity = 0.4] | ||
| 29 | (P9) -- (P11) -- (P6) -- cycle; | ||
| 30 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 31 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 32 | (P1) -- (P11) -- (P6) -- cycle; | ||
| 33 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 34 | fill=my-color-fill-main, fill opacity = 0.7] | ||
| 35 | (P1) -- (P4) -- (P6) -- cycle; | ||
| 36 | |||
| 37 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 38 | fill=my-color-fill-main, fill opacity = 0.9] | ||
| 39 | (P4) -- (P10) -- (P8) -- cycle; | ||
| 40 | \filldraw[very thick, draw=my-color-draw-main, | ||
| 41 | fill=my-color-fill-main, fill opacity = 0.9] | ||
| 42 | (P4) -- (P10) -- (P1) -- cycle; | ||
| 43 | |||
| 44 | \draw[very thick, draw=my-color-draw-main, dashed] (P1) -- (P3); | ||
| 45 | \draw[very thick, draw=my-color-draw-main, dashed] (P11) -- (P3) -- (P10); | ||
| 46 | \draw[very thick, draw=my-color-draw-main, dashed] (P11) -- (P7) -- (P9); | ||
| 47 | \draw[very thick, draw=my-color-draw-main, dashed] (P2) -- (P7) -- (P3); | ||
| 48 | \draw[very thick, draw=my-color-draw-main, dashed] (P5) -- (P7); | ||
| 49 | \draw[very thick, draw=my-color-draw-main, dashed] (P2) -- (P5) -- (P3); | ||
| 50 | \draw[very thick, draw=my-color-draw-main, dashed] (P8) -- (P5) -- (P10); | ||
| 51 | |||
| 52 | |||
| 53 | \end{tikzpicture} | ||
| 54 | \end{document} | ||
| 55 | |||
