summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex')
-rw-r--r--Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex32
1 files changed, 18 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex
index fac856d4575..4df2f613334 100644
--- a/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex
+++ b/Master/texmf-dist/doc/latex/tkz-euclide/TKZdoc-euclide-circleby.tex
@@ -1,4 +1,4 @@
-\section{Definition of circle by transformation; \tkzcname{tkzDefCircleBy} }
+\subsection{Definition of circle by transformation; \tkzcname{tkzDefCircleBy} }
These transformations are:
\begin{itemize}
@@ -50,7 +50,7 @@ options & & examples \\
The image is only defined and not drawn.
\end{NewMacroBox}
-\subsection{Examples of transformations}
+\subsubsection{Examples of transformations}
\subsubsection{\tkzname{Translation}}
\begin{tkzexample}[latex=7cm,small]
@@ -60,9 +60,10 @@ The image is only defined and not drawn.
\tkzDefCircleBy[translation= from B to A](C,D)
\tkzGetPoints{C'}{D'}
\tkzDrawPoints[teal](A,B,C,D,C',D')
- \tkzLabelPoints[color=teal](A,B,C,D,C',D')
\tkzDrawSegments[orange,->](A,B)
\tkzDrawCircles(C,D C',D')
+ \tkzLabelPoints[color=teal](A,B,C,C')
+ \tkzLabelPoints[color=teal,above](D,D')
\end{tikzpicture}
\end{tkzexample}
@@ -75,9 +76,10 @@ The image is only defined and not drawn.
\tkzDefCircleBy[reflection = over A--B](C,D)
\tkzGetPoints{C'}{D'}
\tkzDrawPoints[teal](A,B,C,D,C',D')
- \tkzLabelPoints[color=teal](A,B,C,D,C',D')
\tkzDrawLine[add =0 and 1][orange](A,B)
\tkzDrawCircles(C,D C',D')
+ \tkzLabelPoints[color=teal](A,B,C,C')
+ \tkzLabelPoints[color=teal,above](D,D')
\end{tikzpicture}
\end{tkzexample}
@@ -91,8 +93,9 @@ The image is only defined and not drawn.
\tkzDefCircleBy[homothety=center A ratio .5](C,D)
\tkzGetPoints{C'}{D'}
\tkzDrawPoints[teal](A,C,D,C',D')
- \tkzLabelPoints[color=teal](A,C,D,C',D')
\tkzDrawCircles(C,D C',D')
+ \tkzLabelPoints[color=teal](A,C,C')
+ \tkzLabelPoints[color=teal,above](D,D')
\end{tikzpicture}
\end{tkzexample}
@@ -105,18 +108,20 @@ The image is only defined and not drawn.
\tkzDefCircleBy[symmetry=center B](C,D)
\tkzGetPoints{C'}{D'}
\tkzDrawPoints[teal](B,C,D,C',D')
- \tkzLabelPoints[color=teal](B,C,D,C',D')
\tkzDrawLines[orange](C,C' D,D')
\tkzDrawCircles(C,D C',D')
+ \tkzLabelPoints[color=teal](A,C,C')
+ \tkzLabelPoints[color=teal,above](D)
+ \tkzLabelPoints[color=teal,below](D')
\end{tikzpicture}
\end{tkzexample}
\subsubsection{\tkzname{Rotation}}
\begin{tkzexample}[latex=7cm,small]
\begin{tikzpicture}[scale=0.5]
- \tkzDefPoint(0,0){A} \tkzDefPoint(3,-1){B}
+ \tkzDefPoint(3,-1){B}
\tkzDefPoint(3,2){C} \tkzDefPoint(4,3){D}
- \tkzDefCircleBy[rotation=center B angle 60](C,D)
+ \tkzDefCircleBy[rotation=center B angle 90](C,D)
\tkzGetPoints{C'}{D'}
\tkzDrawPoints[teal](B,C,D,C',D')
\tkzLabelPoints[color=teal](B,C,D,C',D')
@@ -126,7 +131,7 @@ The image is only defined and not drawn.
\subsubsection{\tkzname{Orthogonal from}}
-Orthogonal circle of given center. \tkzcname{tkzGetPoints{z1}{z2}} gives two points of the circle.
+Orthogonal circle of given center. \tkzcname{tkzGetPoints\{z1\}\{z2\}} gives two points of the circle.
\begin{tkzexample}[latex=7cm,small]
\begin{tikzpicture}[scale=.75]
@@ -147,19 +152,18 @@ Orthogonal circle of given center. \tkzcname{tkzGetPoints{z1}{z2}} gives two poi
\subsubsection{\tkzname{Orthogonal from} : Right angle between circles}
We are looking for a circle orthogonal to the given circle.
-\begin{tkzexample}[latex=6cm,small]
-\begin{tikzpicture}[scale=.5]
+\begin{tkzexample}[latex=7cm,small]
+\begin{tikzpicture}[scale=.4]
\tkzDefPoints{0/0/A,6/0/B,4/2/D}
\tkzDefCircleBy[orthogonal from=B](A,D)
-\tkzGetFirstPoint{C}
+\tkzGetSecondPoint{C}
\tkzDrawCircles(A,C B,C)
\tkzDefTangent[at=C](A) \tkzGetPoint{a}
\tkzDefPointsBy[symmetry = center C](a){d}
\tkzDefTangent[at=C](B) \tkzGetPoint{b}
\tkzDrawLines[add=1 and 4](a,C C,b)
\tkzDrawSegments(A,C B,C)
-\tkzMarkAngle[size=2.5](b,C,d)
-\tkzFillAngle[fill=teal,opacity=.2,size=3](b,C,d)
+\tkzMarkRightAngle[fill=teal,opacity=.2,size=1](b,C,d)
\end{tikzpicture}
\end{tkzexample}