[][src]Function map_3d::ned2aer

pub fn ned2aer(n: f64, e: f64, d: f64) -> (f64, f64, f64)

Returns the tuple (azimuth,elevation,slant range) of coordinates in the AER system

Inputs:

  • n = north coordinate [m] of input location from reference geodetic location
  • e = east coordinate [m] of input location from reference geodetic location
  • d = down coordinate [m] of input location from reference geodetic location

Outputs:

  • az = azimuth angle [rad] of input location from reference geodetic location
  • el = elevation angle [rad] of input location from reference geodetic location
  • slant_range = slant range [m] of input location from reference geodetic location