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

Class CantorDust



  • public abstract class CantorDust
    extends java.lang.Object
    The CantorDust class provides an object that encapsulates the Cantor dust fractal.
    • Constructor Summary

      Constructors 
      Constructor and Description
      CantorDust() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      double hausdorffDimension() 
      void recurse(double start, double end, int n)
      The recursive algorithm for Cantor dust.
      • Methods inherited from class java.lang.Object

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

      • CantorDust

        public CantorDust()
    • Method Detail

      • hausdorffDimension

        public double hausdorffDimension()
      • recurse

        public void recurse(double start,
                            double end,
                            int n)
        The recursive algorithm for Cantor dust.
        Parameters:
        start - the start of the line.
        end - the end of the line.
        n - the number of recursions.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.