org.stellarium.astro.planet
Class GalileanMoons.GanymedeParentCoords

java.lang.Object
  extended by org.stellarium.astro.planet.GalileanMoons.GanymedeParentCoords
All Implemented Interfaces:
PosFunc
Enclosing class:
GalileanMoons

public static class GalileanMoons.GanymedeParentCoords
extends java.lang.Object
implements PosFunc

Ganymede coords local to jupiter coords


Constructor Summary
GalileanMoons.GanymedeParentCoords()
           
 
Method Summary
 void compute(double JD, javax.vecmath.Tuple3d pos)
          Computation will yield latitude(L), longitude(B) and distance(R) relative to Jupiter which we convert to rectangular coords for jupiter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GalileanMoons.GanymedeParentCoords

public GalileanMoons.GanymedeParentCoords()
Method Detail

compute

public void compute(double JD,
                    javax.vecmath.Tuple3d pos)
Computation will yield latitude(L), longitude(B) and distance(R) relative to Jupiter which we convert to rectangular coords for jupiter

Specified by:
compute in interface PosFunc
pos - TODO: Fred this should be a point