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

  
......
106 106
    {
107 107
    return x;  
108 108
    }
109
  
110
///////////////////////////////////////////////////////////////////////////////////////////////////
111
// end of class   
109

  
112 110
  }

Also available in: Unified diff