Package com.jhlabs.math
Class TurbulenceFunction
java.lang.Object
com.jhlabs.math.CompoundFunction2D
com.jhlabs.math.TurbulenceFunction
- All Implemented Interfaces:
Function2D
-
Field Summary
Fields inherited from class com.jhlabs.math.CompoundFunction2D
basis -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatevaluate(float x, float y) floatvoidsetOctaves(float octaves) Methods inherited from class com.jhlabs.math.CompoundFunction2D
getBasis, setBasis
-
Constructor Details
-
TurbulenceFunction
-
-
Method Details
-
setOctaves
public void setOctaves(float octaves) -
getOctaves
public float getOctaves() -
evaluate
public float evaluate(float x, float y)
-