go-spacecurves icon indicating copy to clipboard operation
go-spacecurves copied to clipboard

Space filling curves (Hilbert, Morton / Z-order)

Space-filling Curves for Go

Documentation

Package spacecurves implements space-filling curves to encode/decode multi-dimensional points into single values along a curve. Different curves maintain locality of points to various degrees.

Implemented curves:

License

3-clause BSD. See LICENSE file.