tpntree

Crates.iotpntree
lib.rstpntree
version0.5.2
sourcesrc
created_at2021-07-22 09:24:52.201932
updated_at2023-01-16 22:21:04.467051
descriptionA N-dimensional generalization of region quad/oc-trees.
homepagehttps://github.com/SilvanCodes/tpntree
repositoryhttps://github.com/SilvanCodes/tpntree
max_upload_size
id425832
size40,439
Silvan Büdenbender (SilvanCodes)

documentation

https://docs.rs/tpntree

README

Welcome to tpntree!

space partition

The N-dimensional generalization of region quad/oc-trees.

What are tpntrees?

Tpntrees are quadtrees, octrees and the same thing at any other dimension.

Why is it called tpntree?

tpn is an acronym for two power n or written as math 2^N which indicates the number of regions a tree has as children. In 2D its 2^2 = 4, a.k.a. quadtree, in 3D its 2^3 = 8 a.k.a. octree.

How do I use tpntrees?

For usage information please head over to the docs.

Commit count: 26

cargo fmt