Crate moore_hilbert

Source

Functions§

box_float_vertex
Determine the first or last vertex of a box to lie on a Hilbert curve
box_next_point
Determine the first point of a box after a given point to lie on a Hilbert curve.
box_point
Determine the first or last point of a box to lie on a Hilbert curve
box_point_float
Determine the first or last point of a box to lie on a Hilbert curve
box_vertex
Determine the first or last vertex of a box to lie on a Hilbert curve
coordinates_compare
Determine which of two points lies further along the Hilbert curve
coordinates_float_compare
Determine which of two points lies further along the Hilbert curve
coordinates_increment
Advance from one point to its successor on a Hilbert curve
coordinates_to_index
Convert coordinates of a point on a Hilbert curve to its index
index_to_coordinates
Convert an index into a Hilbert curve to a set of coordinates

Type Aliases§

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