summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-20-2-4.tex
blob: e0efc4e8a9184c43da6f214d00981df5fbf843eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
\input{preamble-standalone.ltx}
\begin{document}

% Ex. No. 135 (Section 20.2.4 : Cardioid)

   \begin{tikzpicture}[scale=.5]
     \tkzDefPoint(0,0){O}
     \tkzDefPoint(2,0){A}
     \foreach \ang in {5,10,...,360}{%
        \tkzDefPoint(\ang:2){M}
        \tkzDrawCircle(M,A)
      }
\end{tikzpicture}

\end{document}