Docs.rs
quadtree-0.3.5
quadtree 0.3.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
benbaarber
Dependencies
nalgebra ^0.33.0
normal
serde ^1.0.204
normal
optional
serde_json ^1.0.122
dev
Versions
90.91%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
quadtree
0.3.5
All Items
Modules
Structs
Traits
Type Aliases
Crate
quadtree
Copy item path
source
·
[
−
]
Modules
§
shapes
Structs
§
Quad
Tree
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
)