Circumcircle of three non-collinear points in 3d.

interface AcGeCircumcircle3d {
    center: AcGePoint3d;
    radius: number;
}

Properties

Properties

center: AcGePoint3d
radius: number