Interface iVSOP87

All Known Implementing Classes:
AbstractVSOP87, DummyVSOP87, EarthVSOP87, JupiterVSOP87, MarsVSOP87, MercuryVSOP87, NeptuneVSOP87, SaturnVSOP87, UranusVSOP87, VenusVSOP87

public interface iVSOP87
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    B0​(double t)
     
    double
    B1​(double t)
     
    double
    B2​(double t)
     
    double
    B3​(double t)
     
    double
    B4​(double t)
     
    double
    B5​(double t)
     
     
    double
    L0​(double t)
     
    double
    L1​(double t)
     
    double
    L2​(double t)
     
    double
    L3​(double t)
     
    double
    L4​(double t)
     
    double
    L5​(double t)
     
    double
    R0​(double t)
     
    double
    R1​(double t)
     
    double
    R2​(double t)
     
    double
    R3​(double t)
     
    double
    R4​(double t)
     
    double
    R5​(double t)
     
    void
    setHighAccuracy​(boolean highAccuracy)
     
  • Method Details

    • L0

      double L0(double t)
    • L1

      double L1(double t)
    • L2

      double L2(double t)
    • L3

      double L3(double t)
    • L4

      double L4(double t)
    • L5

      double L5(double t)
    • B0

      double B0(double t)
    • B1

      double B1(double t)
    • B2

      double B2(double t)
    • B3

      double B3(double t)
    • B4

      double B4(double t)
    • B5

      double B5(double t)
    • R0

      double R0(double t)
    • R1

      double R1(double t)
    • R2

      double R2(double t)
    • R3

      double R3(double t)
    • R4

      double R4(double t)
    • R5

      double R5(double t)
    • setHighAccuracy

      void setHighAccuracy(boolean highAccuracy)
    • getEclipticSphericalCoordinates

      Vector3b getEclipticSphericalCoordinates(Instant date, Vector3b out)