The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Math::Fractal::DLA::GrowUp

SYNOPSIS

  use Math::Fractal::DLA::GrowUp;
  $fractal = new Math::Fractal::DLA::GrowUp;
  
  # Set the values of Math::Fractal::DLA
  $fractal->debug( debug => 1, logfile => FILE );
  .
  .
  $fractal->setColors(5);

  # Generate the fractal
  $fractal->generate();

  # Write the generated fractal to a file
  $fractal->writeFile();
    

DESCRIPTION

Math::Fractal::DLA::GrowUp implements a DLA fractal which grows bottom up

OVERVIEW

Math::Fractal::DLA::GrowUp implements a DLA fractal which grows from the bottom of the image to the top. At the end the fractal looks like a very dense undersea vegetation.

METHODS

generate ( )

Generates the fractal

AUTHOR

Wolfgang Gruber, w.gruber@urldirect.at

SEE ALSO

Math::Fractal::DLA

Lincoln D. Stein's GD module

COPYRIGHT

Copyright (c) 2002 by Wolfgang Gruber. All rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.