com.sculley.jim.swjava
Class SWPoint

java.lang.Object
  |
  +--com.sculley.jim.swjava.SWPoint

public class SWPoint
extends java.lang.Object

Insert the type's description here. Creation date: (2/1/00 12:20:17 PM)


Constructor Summary
SWPoint(double x, double y, double z)
          SWPoint constructor comment.
 
Method Summary
 double getX()
          Insert the method's description here.
 double getY()
          Insert the method's description here.
 double getZ()
          Insert the method's description here.
 double[] toDoubleArray()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWPoint

public SWPoint(double x,
               double y,
               double z)
SWPoint constructor comment.
Method Detail

getX

public double getX()
Insert the method's description here. Creation date: (2/1/00 12:21:50 PM)
Returns:
double

getY

public double getY()
Insert the method's description here. Creation date: (2/1/00 12:21:50 PM)
Returns:
double

getZ

public double getZ()
Insert the method's description here. Creation date: (2/1/00 12:21:50 PM)
Returns:
double

toDoubleArray

public double[] toDoubleArray()
Insert the method's description here. Creation date: (2/17/00 7:54:17 PM)
Returns:
double[]