Package com.jhlabs.math
Class VLNoise
java.lang.Object
com.jhlabs.math.VLNoise
- All Implemented Interfaces:
Function2D
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloat
evaluate
(float x, float y) float
void
setDistortion
(float distortion)
-
Constructor Details
-
VLNoise
public VLNoise()
-
-
Method Details
-
setDistortion
public void setDistortion(float distortion) -
getDistortion
public float getDistortion() -
evaluate
public float evaluate(float x, float y) - Specified by:
evaluate
in interfaceFunction2D
-