Graphics, Figures & Tables ⇒ Inscribed circle
-
- Posts: 5
- Joined: Sat Oct 31, 2009 1:43 pm
Inscribed circle
Can anyone tell me how to draw angle bisectors with tikz? Or is there any other way to get the center of incircle?
Thx in advance
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Inscribed circle
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
-
- Posts: 5
- Joined: Sat Oct 31, 2009 1:43 pm
Re: Inscribed circle
I am familiar with the tkz-2d package, but the trick is to draw inscribed circle without it.
I have found out how to draw the bisectors: it should look sth like this:
A -- ( (B.x+C.x)/2 ,(By+C.y)/2 ).
Now, can anyone tell me how to extract the x and y parts of existing coordinates?
I only managed to find \pgfextractx and \pgfextracty which is useless (or I don't know how to use it properly).