edu.tufts.cs.geometry
Class TrivialProjection

java.lang.Object
  extended by edu.tufts.cs.geometry.Transformation
      extended by edu.tufts.cs.geometry.Projection
          extended by edu.tufts.cs.geometry.TrivialProjection

public class TrivialProjection
extends Projection


Field Summary
 
Fields inherited from class edu.tufts.cs.geometry.Projection
targetDimension
 
Constructor Summary
TrivialProjection()
           
 
Method Summary
 void projectDown(int dimension, javax.vecmath.GMatrix data)
          Apply the projection with a specific target dimension to a given GMatrix containing the data to be modified.
 
Methods inherited from class edu.tufts.cs.geometry.Projection
project, project, projectDown, projectUp, setTargetDimension, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrivialProjection

public TrivialProjection()
Method Detail

projectDown

public void projectDown(int dimension,
                        javax.vecmath.GMatrix data)
Description copied from class: Projection
Apply the projection with a specific target dimension to a given GMatrix containing the data to be modified.

Specified by:
projectDown in class Projection
Parameters:
dimension - the desired final dimension for the PointSet
data - the GMatrix on which to perform the transformation