summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex')
-rw-r--r--macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex52
1 files changed, 51 insertions, 1 deletions
diff --git a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex
index f91ec9445a..979801aa33 100644
--- a/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex
+++ b/macros/latex/contrib/tkz/tkz-euclide/doc/latex/TKZdoc-euclide-tools.tex
@@ -338,7 +338,7 @@ arguments & example & explanation \\
\end{tkzexample}
% subsubsection cocyclicpts (end)
-
+\newpage
\subsection{Power of a point with respect to a circle}
\begin{NewMacroBox}{tkzPowerCircle}{\parg{$pt1$}\parg{$pt2$,$pt3$}}%
@@ -406,6 +406,56 @@ arguments & example & explanation \\
\end{tkzexample}
% subsubsection two_circles_disjointed (end)
+\subsection{Two intersecting circles} % (fold)
+\label{sub:two_intersecting_circles}
+\begin{tkzexample}[small,latex=8cm]
+\begin{tikzpicture}[scale=.5]
+ \tkzDefPoints{-1/0/A,0/2/B,3/-1/C,3/-2/D}
+ \tkzDrawCircles(A,C B,D)
+ \tkzDefRadicalAxis(A,C)(B,D)
+ \tkzGetPoints{E}{F}
+ \tkzDrawPoints(A,B,C,D,E,F)
+ \tkzLabelPoints(A,B,C,D,E,F)
+ \tkzDrawLine[add=.5 and 1](E,F)
+ \tkzDrawLine[add=.25 and .25](A,B)
+\end{tikzpicture}
+\end{tkzexample}
+% subsection two_intersecting_circles (end)
+
+
+\subsection{Two externally tangent circles} % (fold)
+\label{sub:two_externally_tangent_circles}
+\begin{tkzexample}[small,latex=8cm]
+\begin{tikzpicture}[scale=.5]
+ \tkzDefPoints{0/0/A,4/0/B,6/0/C}
+ \tkzDrawCircles(A,B C,B)
+ \tkzDefRadicalAxis(A,B)(C,B)
+ \tkzGetPoints{E}{F}
+ \tkzDrawPoints(A,B,C,E,F)
+ \tkzLabelPoints(A,B,C,E,F)
+ \tkzDrawLine[add=1 and 1](E,F)
+ \tkzDrawLine[add=.5 and .5](A,B)
+\end{tikzpicture}
+\end{tkzexample}
+% subsection two_externally_tangent_circles (end)
+
+
+\subsection{Two circles tangent internally} % (fold)
+\label{sub:deux_cercles_tangents_interieurement}
+\begin{tkzexample}[small,latex=8cm]
+\begin{tikzpicture}[scale=.5]
+ \tkzDefPoints{0/0/A,3/0/B,5/0/C}
+ \tkzDrawCircles(A,C B,C)
+ \tkzDefRadicalAxis(A,C)(B,C)
+ \tkzGetPoints{E}{F}
+ \tkzDrawPoints(A,B,C,E,F)
+ \tkzLabelPoints[below right](A,B,C,E,F)
+ \tkzDrawLine[add=1 and 1](E,F)
+ \tkzDrawLine[add=.5 and .5](A,B)
+\end{tikzpicture}
+\end{tkzexample}
+% subsection deux_cercles_tangents_interieurement (end)
+
\subsubsection{Three circles} % (fold)
\label{ssub:threecircles}