|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.astronomy.solarsystem.ephemeris.Orrery
public class Orrery
DOCUMENT ME!
| Field Summary | |
|---|---|
static int |
Earth
DOCUMENT ME! |
static int |
Jupiter
DOCUMENT ME! |
static int |
Mars
DOCUMENT ME! |
static int |
Mercury
DOCUMENT ME! |
static int |
Neptune
DOCUMENT ME! |
static int |
Pluto
DOCUMENT ME! |
static int |
Saturn
DOCUMENT ME! |
static int |
Uranus
DOCUMENT ME! |
static int |
Venus
DOCUMENT ME! |
| Constructor Summary | |
|---|---|
Orrery()
Creates a new Orrery object. |
|
| Method Summary | |
|---|---|
Vector3 |
findHREq(int i,
double d)
DOCUMENT ME! |
GeocentricCoordinate |
geocentricCoord(int i,
double d)
DOCUMENT ME! |
GeocentricCoordinate |
helos(double d)
DOCUMENT ME! |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int Mercury
public static final int Venus
public static final int Earth
public static final int Mars
public static final int Jupiter
public static final int Saturn
public static final int Uranus
public static final int Neptune
public static final int Pluto
| Constructor Detail |
|---|
public Orrery()
| Method Detail |
|---|
public GeocentricCoordinate geocentricCoord(int i,
double d)
i - DOCUMENT ME!d - DOCUMENT ME!
public GeocentricCoordinate helos(double d)
d - DOCUMENT ME!
public Vector3 findHREq(int i,
double d)
i - DOCUMENT ME!d - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||