コンテンツにスキップ

Geodetic

このコンテンツはまだ日本語訳がありません。

Defined in: geodetic.rs:15

pub struct Geodetic {
pub latitude: f64,
pub longitude: f64,
pub altitude: f64,
}

Geodetic coordinates (WGS-84).

latitude: f64

Geodetic latitude [rad].


longitude: f64

Longitude [rad].


altitude: f64

Height above the WGS-84 ellipsoid [km].