|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.stellarium.Orbit
org.stellarium.CachingOrbit
class CachingOrbit
Field Summary | |
---|---|
private javax.vecmath.Vector3d
|
lastPosition
|
(package private) double |
lastTime
|
Constructor Summary | |
---|---|
CachingOrbit()
|
Method Summary | |
---|---|
protected
javax.vecmath.Vector3d |
computePosition(double aPosition)
|
javax.vecmath.Vector3d |
positionAtTime(double jd)
|
void |
sample(double start,
double t, int nSamples, OrbitSampleProc proc)
|
Methods inherited from class org.stellarium.Orbit |
---|
getBoundingRadius, getPeriod |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private javax.vecmath.Vector3d lastPosition
double lastTime
Constructor Detail |
---|
CachingOrbit()
Method Detail |
---|
public javax.vecmath.Vector3d positionAtTime(double jd)
positionAtTime
in class
Orbit
protected javax.vecmath.Vector3d computePosition(double aPosition)
public void sample(double start, double t, int nSamples, OrbitSampleProc proc)
sample
in class Orbit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |