Project

General

Profile

« Previous | Next » 

Revision b911dc09

Added by Leszek Koltunski over 7 years ago

Correct Javadoc issues

View differences:

src/main/java/org/distorted/library/EffectNames.java
23 23
/**
24 24
 * Names of Effects one can apply to DistortedObjects.
25 25
 * <p>
26
 * Effect's 'Type' is one of the constants defined in {@see EffectTypes}.
26
 * Effect's 'Type' is one of the constants defined in {@link EffectTypes}.
27 27
 * </p>
28 28
 * <p>
29 29
 * Effect's 'Uniforms' are a vector of 7 (matrix effects) 12 (vertex) or 8 (fragment) floats, which
......
134 134
  SWIRL            ( EffectTypes.VERTEX  ,   new float[] {0.0f}           ),
135 135
  /**
136 136
   * Directional sinusoidal wave effect. The direction of the wave is given by the 'angle'
137
   * parameters. Details: {@see DistortedObject#wave(Data5D,Data2D)}
137
   * parameters. Details: {@link DistortedObject#wave(Data5D,Data2D)}
138 138
   * <p>
139 139
   * Uniforms: (amplitude,length,offset,angleAlpha,
140 140
   *            angleBeta, UNUSED,centerX,centerY,

Also available in: Unified diff