com.jmex.effects.water
Class ImprovedNoise

java.lang.Object
  extended by com.jmex.effects.water.ImprovedNoise

public final class ImprovedNoise
extends java.lang.Object

ImprovedNoise Fast perlin noise.

Author:
Ken Perlin

Constructor Summary
ImprovedNoise()
           
 
Method Summary
static double noise(double x, double y, double z)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImprovedNoise

public ImprovedNoise()
Method Detail

noise

public static double noise(double x,
                           double y,
                           double z)