2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-19 11:38:05 +02:00
LaTeX-examples/documents/GeoTopo/figures/hyperbolische-geometrie-axiom-1-2.tex
2014-01-25 12:40:32 +01:00

17 lines
594 B
TeX

\begin{tikzpicture}
\tkzSetUpPoint[shape=circle,size=3,color=black,fill=black]
\tkzSetUpLine[line width=1]
\tkzInit[xmax=5,ymax=4,xmin=-1,ymin=0]
\tkzDefPoints{1/1/Z1,2/2/Z2,3/0/A}
\tkzAxeXY
\tkzDrawPoints(Z1, Z2)
\tkzLabelPoint[right](Z1){$Z_1$}
\tkzLabelPoint[below](Z2){$Z_2$}
\node (m) at ($(Z1)!0.5!(Z2)$) {};
\tkzDrawSegments[dashed](Z1,Z2 A,Z1 A,Z2)
\tkzDefLine[perpendicular=through m](Z1,Z2)\tkzGetPoint{c}
\tkzDrawLine[add=2 and 1,dashed,thick](m, c)
\tkzDrawArc[R,line width=1pt,color=orange](A,2.24 cm)(0,180)
\end{tikzpicture}