Project

General

Profile

« Previous | Next » 

Revision cacc63de

Added by Leszek Koltunski over 7 years ago

Fix Lint warnings, correct a lot of comments, adjust EffectListener interface.

View differences:

src/main/java/org/distorted/library/type/DynamicQuat.java
37 37
// omega, sinOmega, cosOmega - angle between pair of quaternions, its sinus and cosinus.
38 38
//  
39 39
// (vx,vy,vz,vw) is the original vector from vv (copied here so when interpolating we can see if it is 
40
// still valid and if not - rebuild the Cache
40
// still valid and if not - rebuild the Cache.
41 41
  
42 42
  private class VectorCacheQuat
43 43
    {
......
398 398
    }  
399 399

  
400 400
  }
401
///////////////////////////////////////////////////////////////////////////////////////////////////
402
//

Also available in: Unified diff