diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-21-2-7.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-21-2-7.tex | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-21-2-7.tex b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-21-2-7.tex new file mode 100644 index 00000000000..e1c50f98dd8 --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-euclide/examples/tkzEuclide-21-2-7.tex @@ -0,0 +1,17 @@ +\input{preamble-standalone.ltx} +\begin{document} + +% Ex. No. 145 (Section 21.2.7 : Calculation of radius dimension 2) + +\begin{tikzpicture} + \tkzDefPoints{2/2/A,5/4/B,4/4/0} + \tkzLength=2cm + \tkzDrawCircle[R](O,\tkzLength) + \tkzInterLC[R](A,B)(O,\tkzLength) + \tkzGetPoints{I}{J} + \tkzDrawPoints[color=blue](A,B) + \tkzDrawPoints[color=red](I,J) + \tkzDrawLine(I,J) +\end{tikzpicture} + +\end{document} |