de.fhpotsdam.unfolding.texture
Class RippleDistorter

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

public class RippleDistorter
extends java.lang.Object
implements Distorter

Distorts the z value of the coordinate based on the sinus value of x.


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

Constructor Detail

RippleDistorter

public RippleDistorter()
Method Detail

distort

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