/// Rotation matrix for transforming Galactic coordinates to ICRS.
///
/// This matrix represents the transformation from the IAU 1958 Galactic coordinate system
/// to the International Celestial Reference System (ICRS). The matrix is derived from
/// the IAU-defined Galactic pole and zero-point:
/// - North Galactic Pole (NGP): RA = 192.859508°, Dec = 27.128336° (J2000/ICRS)
/// - Galactic Center direction: l=0°, b=0° points toward RA = 266.405°, Dec = -28.936° (J2000)
///
/// Reference: Liu, J.-C., Zhu, Z., & Zhang, H. (2011). "Reconsidering the Galactic
/// coordinate system". Astronomy & Astrophysics, 526, A16.
/// See also: ERFA function eraG2icrs documentation
pub const GALACTIC_TO_ICRS: = ;