ecologylab.generic
Class Noise

java.lang.Object
  extended by ecologylab.generic.Noise

public class Noise
extends java.lang.Object

Perlin Noise on tap.


Constructor Summary
Noise()
           
 
Method Summary
static double lerp(double t, double a, double b)
           
static double noise(double arg)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Noise

public Noise()
Method Detail

noise

public static double noise(double arg)

lerp

public static double lerp(double t,
                          double a,
                          double b)