Crate quadtree

Source

Modules§

shapes

Structs§

BHQuadtree
A Quadtree specially optimized for the Barnes-Hut algorithm
Quadtree
A generic Quadtree implementation for spatial indexing of 2D points
Vec2
A 2-dimensional vector.
WeightedPoint
A point with mass

Traits§

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

Functions§

vec2
Creates a 2-dimensional vector.