com.jhlabs.math
Class VLNoise

java.lang.Object
  extended by com.jhlabs.math.VLNoise
All Implemented Interfaces:
Function2D

public class VLNoise
extends java.lang.Object
implements Function2D


Constructor Summary
VLNoise()
           
 
Method Summary
 float evaluate(float x, float y)
           
 float getDistortion()
           
 void setDistortion(float distortion)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VLNoise

public VLNoise()
Method Detail

setDistortion

public void setDistortion(float distortion)

getDistortion

public float getDistortion()

evaluate

public float evaluate(float x,
                      float y)
Specified by:
evaluate in interface Function2D