de.fhpotsdam.unfolding.texture
Class DisplacedDistorter

java.lang.Object
  extended by de.fhpotsdam.unfolding.texture.DisplacedDistorter
All Implemented Interfaces:
Distorter

public class DisplacedDistorter
extends java.lang.Object
implements Distorter


Field Summary
 float offsetX
           
 float offsetY
           
 
Constructor Summary
DisplacedDistorter()
           
 
Method Summary
 void distort(processing.core.PVector origCoord, processing.core.PVector distCoord, int value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

offsetX

public float offsetX

offsetY

public float offsetY
Constructor Detail

DisplacedDistorter

public DisplacedDistorter()
Method Detail

distort

public void distort(processing.core.PVector origCoord,
                    processing.core.PVector distCoord,
                    int value)
Specified by:
distort in interface Distorter