Gets the Symmedian point of the triangle.
Namespace:
ceometric.VectorGeometryAssembly: 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
Exception | Condition |
---|---|
System..::.ArithmeticException | The triangle is degenerate (vertices are collinear or identical). |