Type Alias ENU

Source
pub type ENU = Enu;
👎Deprecated
Expand description

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

Aliased Type§

struct ENU {
    pub east: Meters,
    pub north: Meters,
    pub up: Meters,
}

Fields§

§east: Meters

East is the distance in the easterly direction on some local tangent plane reference. This may be negative to indicate a westerly distance.

§north: Meters

North is the distance in the northernly direction on some local tangent plane reference. This may be negative to indicate a southern distance.

§up: Meters

Up is the distance above the local tangent plane that intersects with the coordinate system ellipsoid (this is not the same as altitude above the surface, this is elevation above the ellipsoid).