Is it possible to do basic geometric using tikz like angle bisectors, bisection of line segments, inscribed circles, circumscribed circles etc.? More in detail I want a command which takes three points (not on one line) as argument and gives me the (inscribed) circumscribed circle of the triangle defined by this points. Analogously I want a command which takes two points and gives me the bisection of the line segment defined by those points, similar in the case of angle bisection.
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
|||||
|

calclibrary of TikZ, but also theintersectionsandfitlibraries should be relevant. They are described in thepgfmanual. – Martin Scharrer♦ Apr 17 '11 at 19:25