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

% Ex. No. 49 (Section  8.2 : Point on a circle)

\begin{tikzpicture}
 \tkzDefPoints{0/0/A,4/0/B,0.8/3/C}
 \tkzDefPointOnCircle[angle=90,center=B,radius=1 cm]
 \tkzGetPoint{I}
 \tkzDefCircle[circum](A,B,C)
 \tkzGetPoint{G} \tkzGetLength{rG}
 \tkzDefPointOnCircle[angle=30,center=G,radius=\rG pt]
 \tkzGetPoint{J}
 \tkzDrawCircle[R,teal](B,1cm)
 \tkzDrawPoint[teal](I)
 \tkzDrawPoints(A,B,C)
 \tkzDrawCircle(G,J)
 \tkzDrawPoints(G,J)
 \tkzDrawPoint[red](J)
 \tkzLabelPoints(G,J)
\end{tikzpicture}

\end{document}