
Math::Fractal::DLA::Surrounding

use Math::Fractal::DLA::Surrounding; $fractal = new Math::Fractal::DLA::Surrounding; # 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();

Math::Fractal::DLA::Surrounding surrounds the image with a Diffusion Limited Aggregation (DLA) fractal

The module Math::Fractal::DLA::Surrounding surrounds the whole image with a DLA fractal. It's a nice decoration for congratulation cards ;-)

Generates the fractal

Wolfgang Gruber, w.gruber@urldirect.at

Lincoln D. Stein's GD module

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.