com.sculley.jim.swjava
Class SWTransform

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

public class SWTransform
extends java.lang.Object

Insert the type's description here. Creation date: (2/19/00 4:16:20 PM)


Constructor Summary
SWTransform(double[] transform)
          SWTransform constructor comment.
SWTransform(double rotX, double rotY, double rotZ, double transX, double transY, double transZ, double scale)
          SWTransform constructor comment.
 
Method Summary
 double[] toDoubleArray()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SWTransform

public SWTransform(double[] transform)
SWTransform constructor comment.

SWTransform

public SWTransform(double rotX,
                   double rotY,
                   double rotZ,
                   double transX,
                   double transY,
                   double transZ,
                   double scale)
SWTransform constructor comment.
Method Detail

toDoubleArray

public double[] toDoubleArray()