AzimuthHorizontalVertical Constructor (Double, Double, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic AzimuthHorizontalVertical(
double azimuth,
double horizontal,
double vertical
)
Public Sub New (
azimuth As Double,
horizontal As Double,
vertical As Double
)
public:
AzimuthHorizontalVertical(
double azimuth,
double horizontal,
double vertical
)
new :
azimuth : float *
horizontal : float *
vertical : float -> AzimuthHorizontalVertical
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