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

  
......
120 120
    {
121 121
    return z;  
122 122
    }
123
  
124
///////////////////////////////////////////////////////////////////////////////////////////////////
125
// end of class   
123

  
126 124
  }

Also available in: Unified diff