NAME
Math::Fractal::DLA::Surrounding
SYNOPSIS
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();
DESCRIPTION
Math::Fractal::DLA::Surrounding surrounds the image with a Diffusion Limited Aggregation (DLA) fractal
OVERVIEW
The module Math::Fractal::DLA::Surrounding surrounds the whole image with a DLA fractal. It's a nice decoration for congratulation cards ;-)
METHODS
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.