edu.tufts.cs.geometry
Class ScaleTransform

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

public class ScaleTransform
extends Transformation


Constructor Summary
ScaleTransform(double[] scaleValues)
           
 
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

ScaleTransform

public ScaleTransform(double[] scaleValues)
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