Gets the Euler-line 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 Line EulerLine { get; }
Visual Basic (Declaration)
Public ReadOnly Property EulerLine As Line
Visual C++
public:
property Line^ EulerLine {
	Line^ get ();
}

Field Value

The Euler line of the triangle.

Remarks

Returns null if the triangle is equilateral.

Amongst others, the center, the center of the incircle, the center of the circumcircle, the orthocenter and the center of the nine-point-circle all lie on the Euler line.

Exceptions

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

See Also