summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/examples/tkzeuclide-22-2-4.tex
blob: 89498667651031d6f3dcf338550daef76d7f88f1 (plain)
1
2
3
4
5
6
7
8
   \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}