Project

General

Profile

« Previous | Next » 

Revision 20dc919b

Added by Leszek Koltunski over 7 years ago

Minor details

View differences:

src/main/java/org/distorted/library/type/DynamicQuat.java
126 126
 */
127 127
  public DynamicQuat(int duration, float count)
128 128
    {
129
    vv = new Vector<>();
130
    vc = new Vector<>();
131
    numPoints = 0;
129
    vv         = new Vector<>();
130
    vc         = new Vector<>();
131
    numPoints  = 0;
132 132
    cacheDirty = false;
133
    mMode = MODE_LOOP;
134
    mDuration = duration;
135
    mCount = count;
133
    mMode      = MODE_LOOP;
134
    mDuration  = duration;
135
    mCount     = count;
136 136
    mDimension = 4;
137 137
    }
138 138

  

Also available in: Unified diff