Gets the circumcircle of the triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public Circle Circumcircle { get; }
Visual Basic (Declaration)
Public ReadOnly Property Circumcircle As Circle
Visual C++
public:
property Circle^ Circumcircle {
	Circle^ get ();
}

Field Value

The circumcircle.

Remarks

The circumcircle runs through the three vertices of the triangle.

The excircles have the same normal vector than the triangle.

Exceptions

ExceptionCondition
System..::.ArithmeticExceptionThe triangle is degenerate (vertices are collinear or identical).

See Also