org.stellarium.astro.planet
Class GalileanMoons.IoParentCoords

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

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

Io coords local to jupiter coords


Constructor Summary
GalileanMoons.IoParentCoords()
           
 
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.IoParentCoords

public GalileanMoons.IoParentCoords()
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