Math::Fractal::Curve

This module is intended to generate 2-dimensional fractal curves such as the von Koch curve from simple generator functions.

The fractals are generated by recursively replacing a distance with the generator. Hence, the starting distance and the generator define such a fractal curve. Generators describe what a given distance is going to be replaced with in terms of lengths of the distance.

INSTALLATION

To install this module type the following:

perl Makefile.PL
make
make test
make install

DEPENDENCIES

This module requires these other modules and libraries:

Imager
Test::More

SEE ALSO

Current versions of this module may be found on CPAN or http://steffen-mueller.net

COPYRIGHT AND LICENCE

Copyright (C) 2003-2006 Steffen Mueller Author can be reached at smueller@cpan.org

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.