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 */);