
Math::Fractal::DLA::Race2Center

use Math::Fractal::DLA::Race2Center; $fractal = new Math::Fractal::DLA::Race2Center; # 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::Race2Center is another DLA type

The module Math::Fractal::DLA::Race2Center is similiar to the module Surrounding except that it grows stronger in the middle of each side. The fractal is finished when the first part reaches the middle of the image

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.