File:Two symmetric triangles.svg
Summary
Description |
Ελληνικά: Το τρίγωνο ΑΒΓ είναι συμμετρικό του Α'Β'Γ' ως προς το σημείο Ο. |
Date | |
Source | Own work |
Author | Dimitris131 |
SVG development | |
Source code | LaTeX code\documentclass[tikz]{standalone}
\usepackage{pgfplots}
\pgfplotsset{compat=1.15}
\usepackage{mathrsfs}
\usetikzlibrary{arrows,calc}
\usepackage{tkz-euclide}
\usepackage{fp}
\pagestyle{empty}
\definecolor{AngleClr}{rgb}{0,0.39215686274509803,0}
\definecolor{ShapeClr}{rgb}{0.6,0.2,0}
\begin{document}
\begin{tikzpicture}[scale=.75]
\tkzSetUpLine[line width=1pt,color=black]
\tkzSetUpPoint[fill=black]
\tkzDefPoint(40:3){A}
\tkzDefPoint(135:3){B}
\tkzDefPoint(205:3){C}
\tkzDefPoint(-30:2.6){O}
\tkzDefPointBy[symmetry=center O](A){} \tkzGetPoint{A'}
\tkzDefPointBy[symmetry=center O](B){} \tkzGetPoint{B'}
\tkzDefPointBy[symmetry=center O](C){} \tkzGetPoint{C'}
\tkzDrawSegment[line width=0.75pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](A,A')
\tkzDrawSegment[line width=0.75pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](B,B')
\tkzDrawSegment[line width=0.75pt,color=black,dashed,dash pattern=on 1pt off 1.75pt](C,C')
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A,B,C)
\tkzFillPolygon[fill=ShapeClr,fill opacity=0.1](A',B',C')
\tkzDrawPolygon[color=ShapeClr](A,B,C)
\tkzDrawPolygon[color=ShapeClr](A',B',C')
\tkzDrawPoints[size=3](A,B,C,A',B',C',O)
\tkzLabelPoint[above right](A){$\rm A$}
\tkzLabelPoint[above left](B){$\rm B$}
\tkzLabelPoint[below left](C){$\rm \Gamma$}
\tkzLabelPoint[below left](O){$\rm O$}
\tkzLabelPoint[below left](A'){$\rm A'$}
\tkzLabelPoint[below right](B'){$\rm B'$}
\tkzLabelPoint[above right](C'){$\rm \Gamma'$}
\tkzMarkSegments[mark=s,size=3](A,O O,A')
\tkzMarkSegments[mark=s|,size=3](B,O O,B')
\tkzMarkSegments[mark=s||,size=3](C,O O,C')
\end{tikzpicture}
\end{document}
|
Licensing
I, the copyright holder of this work, hereby publish it under the following license:
![]() ![]() |
This file is made available under the Creative Commons CC0 1.0 Universal Public Domain Dedication. |
The person who associated a work with this deed has dedicated the work to the public domain by waiving all of their rights to the work worldwide under copyright law, including all related and neighboring rights, to the extent allowed by law. You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
|