Module rusty_tree::morton[][src]

Expand description

Routines for Morton encoding and decoding.

Functions

Given an anchor, return the corresponding x,y,z coordinates.

Compute interaction list.

Compute near field.

Decode a given key.

Encode an anchor.

Encode a point.

Encode many points.

Return all children of a given key.

Find key in a given direction.

Return the level associated with a key.

Return the key of the parent node.

Return all siblings of a key.

Map a point to the integer coordinates of its enclosing box.

Serialized representation of a box associated with a key.