Gets the maximum (largest) angle in the triangle.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double MaximumAngle { get; }
Visual Basic (Declaration)
Public ReadOnly Property MaximumAngle As Double
Visual C++
public:
property double MaximumAngle {
	double get ();
}

Field Value

The maximum angle of the triangle.

See Also