quadtree-f32

Crates.ioquadtree-f32
lib.rsquadtree-f32
version0.4.0
sourcesrc
created_at2020-04-11 21:19:01.210029
updated_at2021-12-15 18:12:50.712319
descriptionSimple, dependency-free ID-based quadtree
homepage
repositoryhttps://github.com/fschutt/quadtree-f32
max_upload_size
id228763
size661,679
Felix Schütt (fschutt)

documentation

README

quadtree

Simple f32-based quadtree that can query rects and points in Olog(n) time.

Note: For simplicity sake, there is no way to update the tree besides destroying and rebuilding it completely.

Commit count: 18

cargo fmt