Skip to main content

Crate lox_frames

Crate lox_frames 

Source
Expand description

Reference frames, rotations, and coordinate transformations.

Re-exports§

pub use frames::Cirf;
pub use frames::Frame;
pub use frames::Iau;
pub use frames::Icrf;
pub use frames::Itrf;
pub use frames::J2000;
pub use frames::Teme;
pub use frames::Tirf;
pub use frames::UnknownFrameError;
pub use traits::BodyFixed;
pub use traits::NonBodyFixedFrameError;
pub use traits::NonQuasiInertialFrameError;
pub use traits::QuasiInertial;
pub use traits::ReferenceFrame;
pub use traits::TryBodyFixed;
pub use traits::TryQuasiInertial;

Modules§

frames
Reference frame types: the zero-sized marker types and the frames::Frame enum covering the same set at runtime.
iers
IERS reference systems, conventions, and Earth orientation sub-models.
providers
Default rotation provider (no EOP data).
rotations
Rotation matrices, the rotations::TryRotation trait, and rotations::RotationProvider.
traits
Core reference frame traits.