org.stellarium
Class Draw

java.lang.Object
  extended by org.stellarium.Draw

 class Draw
extends java.lang.Object


Constructor Summary
Draw()
           
 
Method Summary
static void drawPoint(double x, double y, double z)
          Draw a point...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Draw

Draw()
Method Detail

drawPoint

public static void drawPoint(double x,
                             double y,
                             double z)
Draw a point... (used for tests)

Parameters:
x -
y -
z -