de.fhpotsdam.unfolding.texture
Interface Distorter

All Known Implementing Classes:
AbstractLensDistorter, DisplacedDistorter, ExtrusionDistorter, LinearInterpolationDistorter, RippleDistorter, ScaleInterpolationDistorter

public interface Distorter


Method Summary
 void distort(processing.core.PVector origCoord, processing.core.PVector distCoord, int value)
           
 

Method Detail

distort

void distort(processing.core.PVector origCoord,
             processing.core.PVector distCoord,
             int value)