/usr/local/Slides/2_Palestras/2020/01_Latex_Friends/09_Programming/99_Examples/01_Triangle/05_In/\Path/../Triangle.tikz.tex not found! SmtC: Show me the Code!
SmtC: Show me the Code
Ole Peter Smith
Instituto de Matemática e Estatística
Universidade Federal de Goiás
http://www.olesmith.com.br

Triangle
Somos todos Condenados à Liberdade
Jean Paul Sartre
< Ortho Center | Incenter | 3D >
Incenter
TiKZ Listing: InCenter.tikz.tex. PDF   PNG   SVG   ZIP*  
\input{\Path/../Triangle.tikz}
\tikzmath{\a=1;};
\tikzmath{\b=3;};
\tikzmath{\c=2;};


\coordinate (O) at (0,0);
\coordinate (P1) at (-\a,0);
\coordinate (P2) at (\b,0);
\coordinate (P3) at (0,\c);
   
\DrawPoint{(P1)}{P_1}{below};
\DrawPoint{(P2)}{P_2}{below};
\DrawPoint{(P3)}{P_3}{above};
   
\DrawTriangle{(P1)}{(P2)}{(P3)};
\DrawTriangleBisectrizes{(P1)}{(P2)}{(P3)};
SVG:
< Ortho Center | Incenter | 3D >
Messages:
0 secs.