Skip to content

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.

azimuth: f64

Azimuth [rad]: 0 = north, increasing clockwise (east = π/2), in [0, 2π).


elevation: f64

Elevation above the local geodetic horizon [rad].


range: f64

Slant range [km].