Posts

Moulins, Allier

Image
This article may be expanded with text translated from the corresponding article in French . (December 2008) Click [show] for important translation instructions. View a machine-translated version of the French article. Machine translation like Deepl or Google Translate is a useful starting point for translations, but translators must revise errors as necessary and confirm that the translation is accurate, rather than simply copy-pasting machine-translated text into the English Wikipedia. Do not translate text that appears unreliable or low-quality. If possible, verify the text with references provided in the foreign-language article. You must provide copyright attribution in the edit summary accompanying your translation by providing an interlanguage link to the source of your translation. A model attribution edit summary (using German): Content in this edit is translated from the existing German Wikipedia article at [[:de:Exact name of German article]]; see its history for attribut...

Reflecting a line and/or point with named coordinates

Image
Clash Royale CLAN TAG #URR8PPP 5 0 This code does not work with named coordinates (such as the following code). How can I reflect the blue line over the red line by using coordinate names. And how do I reflect just a named coordinate? documentclass[tikz]standalone begindocument begintikzpicture[scale=0.55] coordinate (A) at (0,0); coordinate (B) at (1,1); coordinate (C) at (1,2); coordinate (D) at (2,0); coordinate (E) at (2,3); draw[blue] (B)--(A)--(C); draw[red] (D)--(E); endtikzpicture enddocument tikz-pgf share | improve this question edited Dec 28 '18 at 15:52 asked Dec 25 '18 at 15:43 blackened 1,449 7 14 add a comment  |  5 0 This code does not work with named coordinates (such as the following code). How can I reflect the blue line over the red line by using coordinate names. And how do I reflect just a named coordinate? documentclass[tikz]standalone begindocument begintikzpicture[scale=0.55]...