org.stellarium.astro.planet
Class GalileanMoons.EuropaParentCoords

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

static class GalileanMoons.EuropaParentCoords
extends java.lang.Object
implements PosFunc

Europa coords local to jupiter coords


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

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