Get circumcenter, which is the intersection point of its 3 perpendicular bisectors lines ( each of which divides a side in half and is perpendicular to the side)
a Group of Pts
Optional parameter if the circumcenter is already known. Otherwise, leave it empty and the circumcenter will be calculated
Generated using TypeDoc
Triangle class provides static functions to create and operate on trianges. A triange is usually represented as a Group of 3 Pts. You can use the static function as-is, or apply the
op
method in Group or Pt to many of these functions. See Op guide for details.