AzimuthHorizontalVertical Constructor (Double, Double, Double) |
Namespace:
AGI.Foundation.Coordinates
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public 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: 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