Modifier and Type | Method and Description |
---|---|
static Point |
getEarth()
Gets a point describing the motion of the Earth.
|
static Point |
getEarthMoonBarycenter()
Gets a point describing the motion of the Earth-Moon barycenter according to the equations
described in section 6.
|
static Point |
getJupiter()
Gets a point describing the motion of Jupiter according to the equations
described in section 6.
|
static Point |
getMars()
Gets a point describing the motion of Mars according to the equations
described in section 6.
|
static Point |
getMercury()
Gets a point describing the motion of Mercury according to the equations
described in section 6.
|
static Point |
getMoon()
Gets a point describing the position of the moon according to the equations described in
section 4.
|
static Point |
getNeptune()
Gets a point describing the motion of Neptune according to the equations
described in section 6.
|
static Point |
getSaturn()
Gets a point describing the motion of Saturn according to the equations
described in section 6.
|
static Point |
getUranus()
Gets a point describing the motion of Uranus according to the equations
described in section 6.
|
static Point |
getVenus()
Gets a point describing the motion of Venus according to the equations
described in section 6.
|
@Nonnull public static Point getMercury()
@Nonnull public static Point getVenus()
@Nonnull public static Point getMoon()
@Nonnull public static Point getEarthMoonBarycenter()
@Nonnull public static Point getEarth()
Moon
(get
) point and
the 1992 mu value (ratio between Moon and Earth masses) in Table 2 of the paper in order
to determine the position of the Earth relative to the Earth-Moon barycenter.@Nonnull public static Point getMars()
@Nonnull public static Point getJupiter()
@Nonnull public static Point getSaturn()
@Nonnull public static Point getUranus()