Click or drag to resize
GeCoordinateAzimuthTo Method (GeAngle)
Returns azimuth angle between specified reference angle in plane and true North.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeAngle AzimuthTo(
	GeAngle refAngle
)

Parameters

refAngle
Type: FDF.Common.GeometriesGeAngle

Return Value

Type: GeAngle
Remarks
The vector from an observer (origin) to a point of interest is projected perpendicularly onto a reference plane. The angle between the projected vector and a reference vector on the reference plane is called the azimuth.
See Also