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: 24.1.418.0 (24.1.418.0)
Syntax
public AzimuthHorizontalVertical(
	double azimuth,
	double horizontal,
	double vertical
)

Parameters

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