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