diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-9-1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-9-1.tex | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-9-1.tex b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-9-1.tex new file mode 100644 index 00000000000..4cbf3600cbd --- /dev/null +++ b/Master/texmf-dist/doc/latex/tkz-base/examples/tkzbase-9-9-1.tex @@ -0,0 +1,15 @@ +\begin{tikzpicture}[scale=1.25] + \tkzDefPoint(2,1){O} + \tkzDefRandPointOn[circle=center O radius 1.5cm]{A} + \tkzDrawCircle(O,A) + \tkzDefPointBy[rotation=center O angle 100](A) + \tkzGetPoint{C} + \tkzDefPointBy[rotation=center O angle 78](A) + \tkzGetPoint{B} + \tkzDrawPoints(O,A,B,C) + \tkzDrawSegments(C,B B,A A,O O,C) + \tkzDefCentroid(A,B,C,O) + \tkzDrawPoint(tkzPointResult) + \tkzAutoLabelPoints[center=tkzPointResult, + dist=.3,red](O,A,B,C) +\end{tikzpicture} |