Package com.jhlabs.math
Class VLNoise
- java.lang.Object
-
- com.jhlabs.math.VLNoise
-
- All Implemented Interfaces:
Function2D
public class VLNoise extends java.lang.Object implements Function2D
-
-
Constructor Summary
Constructors Constructor Description VLNoise()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
evaluate(float x, float y)
float
getDistortion()
void
setDistortion(float distortion)
-
-
-
Method Detail
-
setDistortion
public void setDistortion(float distortion)
-
getDistortion
public float getDistortion()
-
evaluate
public float evaluate(float x, float y)
- Specified by:
evaluate
in interfaceFunction2D
-
-