Click or drag to resize

AzimuthHorizontalVertical Constructor (Double, Double, Double)

Initializes a set of AzimuthHorizontalVertical coordinates from the provided values.

Namespace:  AGI.Foundation.Coordinates
Assembly:  AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public AzimuthHorizontalVertical(
	double azimuth,
	double horizontal,
	double vertical
)

Parameters

azimuth
Type: System.Double
The angular coordinate lying in the local horizontal plane from the Northerly direction to the Easterly direction.
horizontal
Type: System.Double
The linear coordinate measured in the local horizontal plane.
vertical
Type: System.Double
The linear coordinate measured perpendicular to the local horizontal plane.
See Also