Type Alias XYZ

Source
pub type XYZ = Xyz;
👎Deprecated
Expand description

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

Aliased Type§

struct XYZ {
    pub x: Meters,
    pub y: Meters,
    pub z: Meters,
}

Fields§

§x: Meters

Distance from the center of the ECEF coordinate system. The X axis intersects the equator along the semi-major axis.

§y: Meters

Distance from the center of the ECEF coordinate system. The Y axis intersects the equator along the semi-minor axis.

§z: Meters

Distance from the center of the ECEF coordinate system. The Z axis intersects the north and south poles.