Gets the circumcircle of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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
| Exception | Condition |
|---|---|
| System..::.ArithmeticException | The triangle is degenerate (vertices are collinear or identical). |