public class CellularFunction2D extends java.lang.Object implements Function2D
Modifier and Type | Class and Description |
---|---|
(package private) class |
CellularFunction2D.Point |
Modifier and Type | Field and Description |
---|---|
boolean |
angular |
boolean |
cells |
float |
distancePower |
Constructor and Description |
---|
CellularFunction2D() |
Modifier and Type | Method and Description |
---|---|
float |
evaluate(float x,
float y) |
float |
getCoefficient(int c) |
void |
setCoefficient(int c,
float v) |
public float distancePower
public boolean cells
public boolean angular
public void setCoefficient(int c, float v)
public float getCoefficient(int c)
public float evaluate(float x, float y)
evaluate
in interface Function2D