edu.tufts.cs.geometry
Class Normalize

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

public class Normalize
extends Transformation


Constructor Summary
Normalize()
           
 
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

Normalize

public Normalize()
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