Crate keyde

source ·
Expand description

Re-exports

pub use kdtree::*;

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

Traits