Expand description
Routines for Morton encoding and decoding.
Functionsยง
- anchor_
to_ coordinates - Given an anchor, return the corresponding x,y,z coordinates.
- compute_
interaction_ list - Compute interaction list.
- compute_
near_ field - Compute near field.
- decode_
key - Decode a given key.
- encode_
anchor - Encode an anchor.
- encode_
point - Encode a point.
- encode_
points - Encode many points.
- find_
children - Return all children of a given key.
- find_
key_ in_ direction - Find key in a given direction.
- find_
level - Return the level associated with a key.
- find_
parent - Return the key of the parent node.
- find_
siblings - Return all siblings of a key.
- point_
to_ anchor - Map a point to the integer coordinates of its enclosing box.
- serialize_
box_ from_ key - Serialized representation of a box associated with a key.