[][src]Function map_3d::enu2aer

pub fn enu2aer(e: f64, n: f64, u: f64) -> (f64, f64, f64)

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

Inputs:

  • e = east coordinate [m] from reference geodetic location
  • n = north coordinate [m] from reference geodetic location
  • u = up coordinate [m] 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