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

NAME

Math::Fractal::DLA::Race2Center

SYNOPSIS

  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();
    

DESCRIPTION

Math::Fractal::DLA::Race2Center is another DLA type

OVERVIEW

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

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.