org.stellarium.astro.planet
Class Vsop87OsculatingFunc

java.lang.Object
  extended by org.stellarium.astro.planet.Vsop87OsculatingFunc
All Implemented Interfaces:
OsculatingFunc

public class Vsop87OsculatingFunc
extends java.lang.Object
implements OsculatingFunc

Created by IntelliJ IDEA. User: freds Date: Oct 23, 2007 Time: 2:40:28 AM To change this template use File | Settings | File Templates.


Field Summary
private  Body body
           
 
Constructor Summary
Vsop87OsculatingFunc(Body body)
           
 
Method Summary
 void compute(double jd0, double jd, javax.vecmath.Tuple3d xyz)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

body

private final Body body
Constructor Detail

Vsop87OsculatingFunc

public Vsop87OsculatingFunc(Body body)
Method Detail

compute

public void compute(double jd0,
                    double jd,
                    javax.vecmath.Tuple3d xyz)
Specified by:
compute in interface OsculatingFunc