package
0.0.0-20201010192612-3c7917683fe0
Repository: https://github.com/struckoff/sfcframework.git
Documentation: pkg.go.dev

# Packages

The Hilbert index is expressed as an array of transposed bits.
The Morton index is expressed by bit interleaving of each dimension.

# Functions

NewCurve - create a curve by given type cType - curve type(Hilbert, Morton) dims - amount of curve dimensions.

# Constants

Hilbert curve.
Morton curve.

# Interfaces

Curve is an interface of space filling curve realisation.

# Type aliases

CurveType - type of the space-filling curve to use.