[][src]Function map_3d::aer2enu

pub fn aer2enu(az: f64, el: f64, slant_range: f64) -> (f64, f64, f64)

Returns the tuple (east,north,up) of coordinates in the ENU system

Inputs:

  • az = azimuth angle [rad]
  • el = elevation angle [rad]
  • slant_range = slant range [m]

Outputs:

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