LookAngles
Defined in: topocentric.rs:15
pub struct LookAngles { pub azimuth: f64, pub elevation: f64, pub range: f64,}Look angles from a ground site to a target.
Fields
Section titled “Fields”azimuth
Section titled “azimuth”azimuth: f64
Azimuth [rad]: 0 = north, increasing clockwise (east = π/2), in [0, 2π).
elevation
Section titled “elevation”elevation: f64
Elevation above the local geodetic horizon [rad].
range: f64
Slant range [km].