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/quaternion/QuaternionRenderer.java
29 29
import org.distorted.examples.R;
30 30

  
31 31
import org.distorted.library.EffectTypes;
32
import org.distorted.library.Interpolator;
33
import org.distorted.library.InterpolatorQuat;
32
import org.distorted.library.type.Interpolator;
33
import org.distorted.library.type.InterpolatorQuat;
34 34
import org.distorted.library.DistortedCubes;
35
import org.distorted.library.Float4D;
36
import org.distorted.library.Float3D;
35
import org.distorted.library.type.Float4D;
36
import org.distorted.library.type.Float3D;
37 37
import org.distorted.library.Distorted;
38 38

  
39 39
import android.graphics.Bitmap;

Also available in: Unified diff