|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.math.CompoundFunction2D
com.jhlabs.math.TurbulenceFunction
public class TurbulenceFunction
Constructor Summary | |
---|---|
TurbulenceFunction(Function2D basis,
float octaves)
|
Method Summary | |
---|---|
float |
evaluate(float x,
float y)
|
float |
getOctaves()
|
void |
setOctaves(float octaves)
|
Methods inherited from class com.jhlabs.math.CompoundFunction2D |
---|
getBasis, setBasis |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TurbulenceFunction(Function2D basis, float octaves)
Method Detail |
---|
public void setOctaves(float octaves)
public float getOctaves()
public float evaluate(float x, float y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |