Crate quadtree

Source

Modules§

shapes

Structs§

QuadTree
A generic QuadTree implementation for spatial indexing of 2D points

Traits§

Point
Trait for getting a 2d point position of data stored in the QuadTree

Type Aliases§

P2
A 2-dimensional point with f64 values (alias of nalgebra::Point2)