Crate tpntree[][src]

Expand description

This crate contains an N-dimensional generalization of a region quadtree called Two-power-n-tree or tpntree, as there exist 2^N children per node, where N is the number of dimensions. A quadtree is the two-dimensional case, an octtree is the three-dimensional case of the tpntree.

Modules

Macros

Enums

Traits

Coordinates is required for a type to be used inside a tpntree::SpatialTree.