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/Static2D.java
22 22
///////////////////////////////////////////////////////////////////////////////////////////////////
23 23
/**
24 24
 * A 2-dimensional data structure containing two floats. The floats have no particular meaning; 
25
 * when this data structure is used in Interpolators, we can think of it as a 2-dimensional Point 
25
 * when this data structure is used in Dynamics, we can think of it as a 2-dimensional Point
26 26
 * a few of which the Dynamic interpolates between.
27 27
 */
28 28

  
......
115 115
    return y;  
116 116
    }
117 117

  
118
///////////////////////////////////////////////////////////////////////////////////////////////////
119
// end of class   
120 118
  }

Also available in: Unified diff