Math/Curve/Hilbert version 0.01
===============================

This is a Perl Implementation of Hilberts space filling Curve.

The Hilbert Curve module provides some useful functions using Hilberts Space-filling
Curve. This is handy for things like Dithering, Flattening n-dimensional data,
fractals - all kind of things really.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module attempts to implement Hilberts curve in pure-perl, no modules should be
required, but some may be optional later to provide additional functionality or
improved performance.

COPYRIGHT AND LICENCE

This software is licensed for use under the same conditions of perl itself.
That means that it is made availabe under the Artistic License and the GNU GPL.

Copyright (C) 2003 A. J. Trevena <teejay@droogs.org>

