Current version is 1.03.
Distribution from this site.
CPAN site
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.
Revision history for Perl extension Math::Fractal::Curve.
1.03 Sat Nov 4 23:02 2006
- This is just a distribution upgrade. Clear license, spec-conformant
META.yml, etc.
1.02 Fri Apr 9 19:03:53 2003
- More and better examples.
1.01 Tue Jul 28 16:07:40 2003
- Minor documentation fixes.
1.00 Mon Jul 15 20:46:10 2003
- original version; created by h2xs 1.21 with options
-AX Math::FractalCurve
(c) 2002-2008 Steffen Müller; All rights reserved.