Crate zoc

Source
Expand description

This crate contains a simple implementation of Z-order curves along with litmax and bigmin calculations as described in the paper “Multidimensional Range Search in Dynamically Balanced Trees” by H. Tropf and H. Herzog (Angewandte Informatik 2/1981, pp. 71-77).

Modules§

search

Structs§

Bbox
A bounding box in D dimensions, each containing a value of type T.
Z
A Z-order curve point.

Traits§

GetZ
A type that has a Z value.
Size
Trait to help with generic interleaving of bits.