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: DegreesAngle in azimuth (left and right) in relation to some fixed point and orientation.
elevation: DegreesAngle in elevation (up and down) in relation to some fixed point and orientation.
range: MetersRange to some point in space along the defined azimuth and elevation, in Meters.