|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.tufts.cs.geometry.Transformation
public abstract class Transformation
A Transformation defines a specific kind of modification to data.
Examples include scale, shear, rotate, project, add noise, etc...
| Constructor Summary | |
|---|---|
Transformation()
|
|
| Method Summary | |
|---|---|
abstract 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 |
|---|
public Transformation()
| Method Detail |
|---|
public abstract void transform(javax.vecmath.GMatrix data)
data - the data to be modified
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||