CipCoordinates
Defined in: cip.rs:73
pub struct CipCoordinates { pub x: super::Rad, pub y: super::Rad, pub s: super::Rad,}All three CIP / CIO quantities evaluated at a single t.
Returned by cip_coordinates. x and y are the celestial
intermediate pole coordinates in the GCRS; s is the CIO locator
that ties the Celestial Intermediate Origin to the true-of-date
right ascension.
Only Debug is derived — Clone/Copy are trivially available via
the Copy-on-Rad pattern but would be unused noise. Downstream
consumers destructure or access individual fields.
Fields
Section titled “Fields”x: super::Rad
X(t) — CIP X coordinate.
y: super::Rad
Y(t) — CIP Y coordinate.
s: super::Rad
s(t) — CIO locator.