|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJSci.maths.chaos.MandelbrotSet
The MandelbrotSet class provides an object that encapsulates the Mandelbrot set.
Constructor Summary | |
MandelbrotSet()
Constructs a Mandelbrot set. |
Method Summary | |
int |
isMember(Complex z,
int maxIter)
Returns 0 if z is a member of this set, else the number of iterations it took for z to diverge to infinity. |
int |
isMember(double zRe,
double zIm,
int maxIter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MandelbrotSet()
Method Detail |
public int isMember(Complex z, int maxIter)
public int isMember(double zRe, double zIm, int maxIter)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |