Project

General

Profile

« Previous | Next » 

Revision 310e14fb

Added by Leszek Koltunski almost 7 years ago

Some progress with Effect classes.

Big mess - nothing compiles now; classes moved around.

View differences:

src/main/java/org/distorted/library/type/Dynamic.java
81 81
   */
82 82
  public static final int ACCESS_SEQUENTIAL = 1;
83 83

  
84
  protected final int mDimension;
84
  protected int mDimension;
85 85
  protected int numPoints;
86 86
  protected int mSegment;       // between which pair of points are we currently? (in case of PATH this is a bit complicated!)
87 87
  protected boolean cacheDirty; // VectorCache not up to date
......
160 160
  
161 161
  protected Dynamic()
162 162
    {
163
    mDimension = 0;
163

  
164 164
    }
165 165

  
166 166
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff