Project

General

Profile

« Previous | Next » 

Revision 08eabc44

Added by Leszek Koltunski almost 8 years ago

move data types, like FlatND and InterpolatorND, to a separate package.

View differences:

src/main/java/org/distorted/examples/differentbitmaps/DifferentBitmapsRenderer.java
30 30
import org.distorted.library.Distorted;
31 31
import org.distorted.library.DistortedBitmap;
32 32
import org.distorted.library.EffectTypes;
33
import org.distorted.library.Float2D;
34
import org.distorted.library.Float4D;
35
import org.distorted.library.Interpolator2D;
33
import org.distorted.library.type.Float2D;
34
import org.distorted.library.type.Float4D;
35
import org.distorted.library.type.Interpolator2D;
36 36

  
37 37
import android.graphics.Bitmap;
38 38
import android.graphics.BitmapFactory;

Also available in: Unified diff