Class Coords.CometCoord

  • All Implemented Interfaces:
    Coords.Coord, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    Coords

    public static class Coords.CometCoord
    extends java.lang.Object
    implements Coords.Coord, scala.Product, java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Detail

      • CometCoord

        public CometCoord​(Coords.Tag tag,
                          double epochOfPerihelion,
                          Angle inclination,
                          Angle longAscendingNode,
                          Angle argOfPerihelion,
                          double perihelionDistance,
                          double eccentricity)
    • Method Detail

      • epochOfPerihelion

        public double epochOfPerihelion()
      • inclination

        public Angle inclination()
      • longAscendingNode

        public Angle longAscendingNode()
      • argOfPerihelion

        public Angle argOfPerihelion()
      • perihelionDistance

        public double perihelionDistance()
      • eccentricity

        public double eccentricity()