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: MetersDistance from the center of the ECEF coordinate system. The X axis intersects the equator along the semi-major axis.
y: MetersDistance from the center of the ECEF coordinate system. The Y axis intersects the equator along the semi-minor axis.
z: MetersDistance from the center of the ECEF coordinate system. The Z axis intersects the north and south poles.