Skip to main content

SimpleEcef

Type Alias SimpleEcef 

Source
pub type SimpleEcef = Vec3<SimpleEcef>;
Expand description

Approximate Earth-centered Earth-fixed frame vector.

Type alias for frame::Vec3<frame::SimpleEcef>. Complement of SimpleEci under the ERA-only rotation. WGS-84 geodetic conversion is defined on this frame (see earth::geodetic).

Aliased Type§

pub struct SimpleEcef(/* private fields */);

Trait Implementations§

Source§

impl From<Geodetic> for SimpleEcef

Source§

fn from(geo: Geodetic) -> Self

Convert geodetic (latitude, longitude, height) to a WGS-84 Cartesian SimpleEcef vector.