Gets the incircle 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 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

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

See Also