com.jhlabs.math
Class TurbulenceFunction
java.lang.Object
com.jhlabs.math.CompoundFunction2D
com.jhlabs.math.TurbulenceFunction
- All Implemented Interfaces:
- Function2D
public class TurbulenceFunction
- extends CompoundFunction2D
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TurbulenceFunction
public TurbulenceFunction(Function2D basis,
float octaves)
setOctaves
public void setOctaves(float octaves)
getOctaves
public float getOctaves()
evaluate
public float evaluate(float x,
float y)
Copyright © 2012. All Rights Reserved.