summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzeuclide-11-5-1.tex
blob: 8a1ff71d7c52d3be8c164450ca3160b7ce69ecc0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 \begin{tikzpicture}[scale=1.2,rotate=-90]
 \tkzInit
 \tkzDefPoint(0,0){A} \tkzDefPoint(5,0){B}
 \tkzDrawSegment(A,B)
 \tkzDefPointBy[rotation= center A angle 60](B)
 \tkzGetPoint{C}
 \tkzDefPointBy[symmetry= center C](A)
 \tkzGetPoint{D}
 \tkzDrawSegment(A,tkzPointResult)
 \tkzDrawLine(B,D)
 \tkzDrawArc[delta=10](A,B)(C)
 \tkzDrawArc[delta=10](B,C)(A)
 \tkzDrawArc[delta=10](C,D)(D)
 \tkzMarkRightAngle(D,B,A)
\end{tikzpicture}