Gets the incircle 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 Incircle { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Incircle As Circle |
| Visual C++ |
|---|
public: property Circle^ Incircle { Circle^ get (); } |
Field Value
The incircle.
Remarks
The edges of the triangle are tangents on the incircle.
The incircle has the same normal vector as the triangle.
Exceptions
| Exception | Condition |
|---|---|
| System..::.ArithmeticException | The triangle is degenerate (vertices are collinear or identical). |