de.fhpotsdam.unfolding.texture
Class ExtrusionDistorter

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

public class ExtrusionDistorter
extends java.lang.Object
implements Distorter


Constructor Summary
ExtrusionDistorter()
           
 
Method Summary
 void distort(processing.core.PVector origCoord, processing.core.PVector distCoord, int col)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtrusionDistorter

public ExtrusionDistorter()
Method Detail

distort

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