Math::Fractal::DLA

Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator.
Download

Math::Fractal::DLA Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Wolfgang Gruber
  • Publisher web site:
  • http://search.cpan.org/~arcolf/Math-Fractal-DLA-0.21/lib/Math/Fractal/DLA.pm

Math::Fractal::DLA Tags


Math::Fractal::DLA Description

Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator. Math::Fractal::DLA is a Diffusion Limited Aggregation (DLA) Generator.SYNOPSIS use Math::Fractal::DLA; $fractal = new Math::Fractal::DLA; # Dynamic loading of the subclass Math::Fractal::DLA::TYPE $fractal->setType( TYPE ); # Open the log file FILE $fractal->debug( debug => 1, logfile => FILE ); # Add a message to the log file $fractal->addLogMessage( MESSAGE ); # Global settings $fractal->setSize(width => 200, height => 200); $fractal->setPoints(5000); $fractal->setFile( FILENAME ); # Color settings $fractal->setBackground(r => 255, g => 255, b => 255); $fractal->setColors(5); $fractal->setBaseColor(base_r => 10, base_g => 100, base_b => 100, add_r => 50, add_g => 0, add_b => 0); # Write the generated fractal to a file $fractal->writeFile(); # Or return it $fractal->getFractal(); Requirements: · Perl


Math::Fractal::DLA Related Software