|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jhlabs.math.CellularFunction2D
public class CellularFunction2D
Field Summary | |
---|---|
boolean |
angular
|
boolean |
cells
|
float |
distancePower
|
Constructor Summary | |
---|---|
CellularFunction2D()
|
Method Summary | |
---|---|
float |
evaluate(float x,
float y)
|
float |
getCoefficient(int c)
|
void |
setCoefficient(int c,
float v)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public float distancePower
public boolean cells
public boolean angular
Constructor Detail |
---|
public CellularFunction2D()
Method Detail |
---|
public void setCoefficient(int c, float v)
public float getCoefficient(int c)
public float evaluate(float x, float y)
evaluate
in interface Function2D
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |