[][src]Module hilbert::point

The point module defines the Point struct, which represents an N-dimensional point. These Points are suitable for the Hilbert Transformation, because they do not have negative values and the total number of bits required to represent each coordinate is controlled by the construction process.

For the most convenient means of constructing many Points, see the point_list module.

Structs

Point

An immutable, N-dimensional point with unsigned integer coordinates and an optimized distance function.