Gets the three excircles of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax
C# |
---|
public List<Circle> Excircles { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property Excircles As List(Of Circle) |
Visual C++ |
---|
public: property List<Circle^>^ Excircles { List<Circle^>^ get (); } |
Field Value
A list containing the excircles.
Remarks
The edges of the triangle are tangents on the excircles.
The excircles have the same normal vectors as the triangle.
In the list of excircles,
Exceptions
Exception | Condition |
---|---|
System..::.ArithmeticException | The triangle is degenerate (vertices are collinear or identical). |