Gets the Symmedian point 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 Point SymmedianPoint { get; }
Visual Basic (Declaration)
Public ReadOnly Property SymmedianPoint As Point
Visual C++
public:
property Point^ SymmedianPoint {
	Point^ get ();
}

Field Value

The symmedian point of the triangle.

Remarks

The symmedian point is the isogonal conjugate of the triangle's center.

Exceptions

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

See Also