Crates.io | quadtree-f32 |
lib.rs | quadtree-f32 |
version | 0.4.1 |
source | src |
created_at | 2020-04-11 21:19:01.210029 |
updated_at | 2024-07-16 10:34:52.547878 |
description | Simple, dependency-free ID-based quadtree |
homepage | |
repository | https://github.com/fschutt/quadtree-f32 |
max_upload_size | |
id | 228763 |
size | 661,838 |
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.