summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclide-22-6-1.tex
blob: 439677fb190740ea7d6162f0547738046fed026c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
\begin{tikzpicture}
 \tkzDefPoint(0,0){O} \tkzDefPoint(2,0){N}
 \tkzDefPointBy[rotation=center O angle 50](N)
  \tkzGetPoint{M}
 \tkzDefPointBy[rotation=center O angle -20](N)
   \tkzGetPoint{P}
 \tkzDefPointBy[rotation=center O angle 125](N)
    \tkzGetPoint{P'}
  \tkzLabelCircle[above=4pt](O,N)(120){$\mathcal{C}$}
  \tkzDrawCircle(O,M)
  \tkzFillCircle[color=blue!20,opacity=.4](O,M)
  \tkzLabelCircle[R,draw,fill=Gold,%
  text width=2cm,text centered](O,3 cm)(-60)%
          {Le cercle\\ $\mathcal{C}$}
  \tkzDrawPoints(M,P)\tkzLabelPoints[right](M,P)
\end{tikzpicture}