PositionEop
Defined in: mod.rs:108
pub trait PositionEop: [Ut1Offset](../ut1offset/) + [PolarMotion](../polarmotion/) + [NutationCorrections](../nutationcorrections/)Convenience bound for the position-level (no-velocity) rotation chain.
Object-safe combination of the three parameter traits required by
Rotation::<Gcrs, Itrs>::iau2006_full_from_utc(crate::frame::Rotation).
Unlike FullEopProvider it omits LengthOfDay, which is only needed for
velocity transformation. Thread-safety is intentionally not required here;
callers that need to store a provider use the Send + Sync boxed
GcrsEopStorage.