latex-pictures

A collection of TikZ drawings and other images 🖌️

diamond.tikz (474B)

 1 % This picture represents a domond-like thingy
 2 % Copyright Pablo (C) 2021
 3 \begin{tikzpicture}[x=0.75pt,y=0.75pt,yscale=-.4,xscale=.4]
 4   % Polygon
 5   \draw (244.52,138.11) -- (129.96,172.23) -- (170.52,46.11) -- cycle;
 6   \draw (129.96,172.23) -- (133.33,118.95) -- (170.52,46.11);
 7   \draw[dotted] (133.33,118.95) -- (244.52,138.11) ;
 8   \draw (244.52,138.11) -- (170.62,210.9) -- (129.96,172.23) -- cycle;
 9   \draw[dotted] (133.33,118.95) -- (170.62,210.9) ;
10 \end{tikzpicture}
11