org.stellarium
Class Navigator.AutoMove

java.lang.Object
  extended by org.stellarium.Navigator.AutoMove
Enclosing class:
Navigator

private class Navigator.AutoMove
extends java.lang.Object

Struct used to store data for auto mov


Field Summary
(package private)  javax.vecmath.Vector3d aim
           
(package private)  double coef
           
(package private)  boolean localPos
          Define if the position are in equatorial or altazimutal
(package private)  double speed
           
(package private)  javax.vecmath.Vector3d start
           
 
Constructor Summary
private Navigator.AutoMove()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

javax.vecmath.Vector3d start

aim

javax.vecmath.Vector3d aim

speed

double speed

coef

double coef

localPos

boolean localPos
Define if the position are in equatorial or altazimutal

Constructor Detail

Navigator.AutoMove

private Navigator.AutoMove()