math.imageMath
Class CellularFunction2D
java.lang.Object
math.imageMath.CellularFunction2D
- All Implemented Interfaces:
- Function2D
public class CellularFunction2D
- extends java.lang.Object
- implements Function2D
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
distancePower
public float distancePower
cells
public boolean cells
angular
public boolean angular
CellularFunction2D
public CellularFunction2D()
setCoefficient
public void setCoefficient(int c,
float v)
getCoefficient
public float getCoefficient(int c)
evaluate
public float evaluate(float x,
float y)
- Specified by:
evaluate
in interface Function2D