|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.imageMath.CompoundFunction2D
math.imageMath.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 math.imageMath.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 | |||||||||