Überarbeitungsverlauf[Zurück]
Klicke auf Einblenden/Ausblenden von Überarbeitungen 4
klein

15 Jul '23, 00:22

Bartman's gravatar image

Bartman
1.6k13

Du kannst das letzte Beispiel im Abschnitt 14.15 "The Let Operation" in der Dokumentation von [tikz](https://www.ctan.org/pkg/pgf) [TikZ](https://www.ctan.org/pkg/pgf) benutzen und für Deinen Zweck anpassen. \documentclass[tikz]{standalone} \usetikzlibrary{calc} \begin{document} \begin{tikzpicture} \fill [radius=1pt] circle coordinate (a) (1,0) circle coordinate (b) let \p1=($(a)!0.1!(b)$), \n1={veclen(\x1,\y1)} in ($(a)!0.25!(b)$) circle [radius=\n1]; \end{tikzpicture} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 3
klein

15 Jul '23, 00:06

Bartman's gravatar image

Bartman
1.6k13

Du kannst das letzte Beispiel im Abschnitt 14.15 "The Let Operation" in der Dokumentation von [tikz](https://www.ctan.org/pkg/pgf) benutzen und für Deinen Zweck anpassen. \documentclass[tikz]{standalone} \usetikzlibrary{calc} \begin{document} \begin{tikzpicture} \fill \fill [radius=1pt] circle coordinate (a) circle [radius=1pt] (a) (1,0) circle coordinate (b) circle [radius=1pt] (b) let \p1=($(a)!0.1!(b)$), \n1={veclen(\x1,\y1)} in ($(a)!0.25!(b)$) circle [radius=\n1]; \end{tikzpicture} \end{document}
Klicke auf Einblenden/Ausblenden von Überarbeitungen 2
klein

14 Jul '23, 23:56

Bartman's gravatar image

Bartman
1.6k13

Klicke auf Einblenden/Ausblenden von Überarbeitungen 1

14 Jul '23, 23:55

Bartman's gravatar image

Bartman
1.6k13