@hackage / fractals

A collection of useful fractal curve encoders

Latest0.1.0.0

About

Metadata

  • Last updated , by sdekker
  • License BSD-3-Clause
  • Categories Mathematics
  • Maintained by: Stephen Dekker <steve.dekk@gmail.com>

  • Lottery factor: 0

Links

Installation

Readme

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.