com.depthexplorer
Class RTNTransform.TransformItem

java.lang.Object
  extended by com.depthexplorer.RTNTransform.TransformItem
Enclosing class:
RTNTransform

public class RTNTransform.TransformItem
extends Object


Field Summary
(package private)  javax.vecmath.Matrix3d tmat
           
(package private)  int type
           
(package private)  double value
           
 
Constructor Summary
RTNTransform.TransformItem(int type, double value)
           
 
Method Summary
 javax.vecmath.Matrix3d getTransformMatrix()
           
 int getType()
           
 double getValue()
           
 void set(int type, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

int type

value

double value

tmat

javax.vecmath.Matrix3d tmat
Constructor Detail

RTNTransform.TransformItem

public RTNTransform.TransformItem(int type,
                                  double value)
Method Detail

set

public void set(int type,
                double value)

getTransformMatrix

public javax.vecmath.Matrix3d getTransformMatrix()

getType

public int getType()

getValue

public double getValue()