eulerCircle
fun <CT> PlanimetricsCalculationContext<CT, *>.eulerCircle(A: Point<CT>, B: Point<CT>, C: Point<CT>): Quadric<CT>
Constructs Euler's circle of triangle ABC as Quadric.
Return
The Euler's circle as Quadric.
Parameters
A
The first vertex of the triangle.
B
The second vertex of the triangle.
C
The third vertex of the triangle.