Type Alias AER

Source
pub type AER = Aer;
👎Deprecated
Expand description

Alias for AER. This struct was renamed to better match Rust style, and this alias will be removed in a future release.

Aliased Type§

struct AER {
    pub azimuth: Degrees,
    pub elevation: Degrees,
    pub range: Meters,
}

Fields§

§azimuth: Degrees

Angle in azimuth (left and right) in relation to some fixed point and orientation.

§elevation: Degrees

Angle in elevation (up and down) in relation to some fixed point and orientation.

§range: Meters

Range to some point in space along the defined azimuth and elevation, in Meters.