Computes the Girard area.

Namespace: Spherical
Assembly: SphericalLib (in SphericalLib.dll) Version: 1.0.5951.32246 (1.0.0.0)

Syntax

C#
public static double GirardArea(
	double a,
	double b,
	double c
)
Visual C++
public:
static double GirardArea(
	double a, 
	double b, 
	double c
)
F#
static member GirardArea : 
        a:float * 
        b:float * 
        c:float -> float 

Parameters

a
Type: System..::..Double
The first side of the triangle in radians.
b
Type: System..::..Double
The second side of the triangle in radians.
c
Type: System..::..Double
The third side of the triangle in radians.

Return Value

The area in steradians.

Remarks

It uses the most robust formula.

See Also