Circumcircle of three points in the XY plane.

interface AcGeCircumcircle2d {
    center: AcGePoint2d;
    radius: number;
}

Properties

Properties

center: AcGePoint2d
radius: number