Type Alias msfs::sys::LLAF64

source ·
pub type LLAF64 = _llaf64;

Aliased Type§

struct LLAF64 {
    pub lat: f64,
    pub lon: f64,
    pub alt: f64,
}

Fields§

§lat: f64§lon: f64§alt: f64