[][src]Module beehive::collections::kd_tree

Generic KD-tree in hex space, implemented on a flat vector.

Structs

IntoIter

Owned iterator through all nodes, in an arbitrary order.

Iter

Iterator through all nodes, in an arbitrary order.

KdTree

Generic KD-tree in hex space, implemented on a flat vector.

Query

Iterator through all nodes whose geometry intersects with geom, in an arbitrary order.

Enums

Geom

Geometries acceptable in a KD-tree.