@hackage fractals0.1.0.0

A collection of useful fractal curve encoders

  • Categories

  • License

    BSD-3-Clause

  • Maintainer

    Stephen Dekker <steve.dekk@gmail.com>

  • Versions

A collection of efficient fractal curve encoders that are of general use for creating spatial data structures.

Currently, the only encoder included is an implementation Butz's algorithm for generating N-dimensional space-filling Hilbert curves.

An encoder for Morton (Z-order) curves is planned for a future release.