Skip to main content

Module coord

Module coord 

Source

Re-exports§

pub use decode::decode_hilbert_prefix;
pub use decode::decode_zorder_prefix;
pub use encode::encode_hilbert_prefix;
pub use encode::encode_zorder_prefix;
pub use normalize::bits_per_dim;
pub use normalize::normalize_coord;

Modules§

decode
High-level prefix decoding.
encode
High-level coordinate-prefix encoding.
hilbert
ND Hilbert curve encode/decode (Skilling 2004 transposed-form).
normalize
Per-dimension coordinate normalization.
string_hash
String-dim hashing helper shared between curve normalization and tile-index bucketing.
zorder
ND Z-order (Morton) encode/decode.