quadtree-f32

Crates.ioquadtree-f32
lib.rsquadtree-f32
version0.4.1
sourcesrc
created_at2020-04-11 21:19:01.210029
updated_at2024-07-16 10:34:52.547878
descriptionSimple, dependency-free ID-based quadtree
homepage
repositoryhttps://github.com/fschutt/quadtree-f32
max_upload_size
id228763
size661,838
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