#quad-tree #spatial #grid #algorithm #data-structures

spatial-neighbors

Simple to use implementation of certain Spatial-Partitioning Algorithms | DataStructures

5 releases

0.2.1 Nov 20, 2022
0.2.0 Nov 19, 2022
0.1.2 Nov 18, 2022
0.1.1 Nov 14, 2022
0.1.0 Nov 12, 2022

#2161 in Algorithms

Download history 2/week @ 2024-02-28 166/week @ 2024-03-20

168 downloads per month

MIT license

18KB
277 lines

SpatialNeighbors

SpatialNeighbors is a Spatial-Partitioning Rust library that tries to be Simple to use. It supports certain Spatial-Partitioning Algorithms | DataStructures which can be used in many different ways. In a nutshell, it is useful for finding all objects in a given area.

DataStructures

  • QuadTree
  • Grid | SpatialHash

lib.rs:

Spatial Neighbors

Simple to use implementation of certain Spatial-Partitioning Algorithms | DataStructures

Useful for finding all objects in a given area

DataStructures

No runtime deps