Project

General

Profile

« Previous | Next » 

Revision 9aabc9eb

Added by Leszek Koltunski almost 3 years ago

Dynamics: introduce two speed modes - smooth and segment_constant.
Prepare the third mode - globally_constant.

View differences:

src/main/java/org/distorted/library/type/DynamicQuat.java
50 50
    float vx,vy,vz,vw;
51 51
    }
52 52
  
53
  private Vector<VectorCacheQuat> vc;
53
  private final Vector<VectorCacheQuat> vc;
54 54
  private VectorCacheQuat tmp1, tmp2;
55 55

  
56
  private Vector<Static4D> vv;
56
  private final Vector<Static4D> vv;
57 57
  private Static4D curr, next;
58 58
 
59 59
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff