[][src]Crate moore_hilbert

Functions

coordinates_to_index

Convert coordinates of a point on a Hilbert curve to its index.

hilbert_box_pt

Determine the first or last point of a box to lie on a Hilbert curve

hilbert_box_vtx

Determine the first or last vertex of a box to lie on a Hilbert curve

hilbert_cmp

Determine which of two points lies further along the Hilbert curve

hilbert_ieee_box_pt

Determine the first or last point of a box to lie on a Hilbert curve

hilbert_ieee_box_vtx

Determine the first or last vertex of a box to lie on a Hilbert curve

hilbert_ieee_cmp

Determine which of two points lies further along the Hilbert curve

hilbert_incr

Advance from one point to its successor on a Hilbert curve

hilbert_nextinbox

Determine the first point of a box after a given point to lie on a Hilbert curve

index_to_coordinates

Convert an index into a Hilbert curve to a set of coordinates.

Type Definitions

BitsPerDimensionType

The datatype that contain the number of bits per dimension

HilbertCoordinate

Storage type for a single coordinate

HilbertIndex

Represent an index on the Hilbert curve