Class JSOFA.CelestialIntermediatePole

  • Enclosing class:
    JSOFA

    public static class JSOFA.CelestialIntermediatePole
    extends java.lang.Object
    The components x,y are components of the Celestial Intermediate Pole unit vector in the Geocentric Celestial Reference System.
    Since:
    AIDA Stage 1
    Author:
    Paul Harrison (paul.harrison@manchester.ac.uk) 29 Jan 2010
    • Field Summary

      Fields 
      Modifier and Type Field Description
      double x  
      double y  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • x

        public double x
      • y

        public double y
    • Constructor Detail

      • CelestialIntermediatePole

        public CelestialIntermediatePole​(double x,
                                         double y)