edu.tufts.cs.geometry
Class TranslateTransform

java.lang.Object
  extended by edu.tufts.cs.geometry.Transformation
      extended by edu.tufts.cs.geometry.TranslateTransform

public class TranslateTransform
extends Transformation


Constructor Summary
TranslateTransform(double[] translateValues)
           
 
Method Summary
 void transform(javax.vecmath.GMatrix data)
          Apply the specific transformation to the data given
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TranslateTransform

public TranslateTransform(double[] translateValues)
Method Detail

transform

public void transform(javax.vecmath.GMatrix data)
Description copied from class: Transformation
Apply the specific transformation to the data given

Specified by:
transform in class Transformation
Parameters:
data - the data to be modified