Expand description
Keyde - Simple and fast spacial queries
Re-exports§
pub use utils::SortingStrategy;
pub use kdtree::*;
pub use point_implementations::*;
Modules§
- The implementation of a spacial query structure knonw as a
Kd-tree
- Implementations of the
Point
trait for various types including arrays, tuples and 1D primitives. Also check the features tab to see if we provide specific implementations for your favorite linear algebra crate. Currently, we have special implementations for: -glam