Documentation of 'jsci.maths.chaos.MandelbrotSet' Java class
MandelbrotSet
jsci.maths.chaos

Class MandelbrotSet



  • public final class MandelbrotSet
    extends java.lang.Object
    The MandelbrotSet class provides an object that encapsulates the Mandelbrot set.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MandelbrotSet()
      Constructs a Mandelbrot set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MandelbrotSet

        public MandelbrotSet()
        Constructs a Mandelbrot set.
    • Method Detail

      • isMember

        public 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.
      • isMember

        public int isMember(double zRe,
                            double zIm,
                            int maxIter)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.