|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stellarium.astro.planet.Pluto.HelioCoordsFunc
public static class Pluto.HelioCoordsFunc
Constructor Summary | |
---|---|
Pluto.HelioCoordsFunc()
|
Method Summary | |
---|---|
void |
compute(double calcDate,
javax.vecmath.Tuple3d eclipticPos)
Chap 37. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Pluto.HelioCoordsFunc()
Method Detail |
---|
public void compute(double calcDate, javax.vecmath.Tuple3d eclipticPos)
Calculate Pluto heliocentric ecliptical coordinates for given julian day. This function is accurate to within 0.07" in longitude, 0.02" in latitude and 0.000006 AU in radius. Note: This function is not valid outside the period of 1885-2099. Longitude and Latitude are in radians, radius in AU.
compute
in interface PosFunc
calcDate
- Computation date, as Julian day
eclipticPos
- The rect coords of ecliptic pos, as a result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |