Expand description
Reference frames, rotations, and coordinate transformations.
Re-exports§
pub use dynamic::DynFrame;pub use dynamic::UnknownFrameError;pub use frames::Cirf;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 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§
- dynamic
- Dynamic dispatch enum for reference frames.
- frames
- Concrete reference frame marker types.
- iau
- IAU body-fixed frame rotation calculations.
- iers
- IERS reference systems, conventions, and Earth orientation sub-models.
- providers
- Default rotation provider (no EOP data).
- rotations
- Rotation matrices, the
rotations::TryRotationtrait, androtations::RotationProvider. - traits
- Core reference frame traits.