Skip to main content

Module spatial

Module spatial 

Source
Expand description

Spatial indexing modules

Provides octree-based spatial partitioning for efficient 3D queries.

Re-exports§

pub use morton::MortonEncode;
pub use octree::BoundingBox;
pub use octree::Octree;
pub use octree::OctreeQueryStats;
pub use simd::batch_spatial_filter_nodes;
pub use simd::distance_filter_l2;
pub use simd::distance_filter_scalar;

Modules§

morton
Morton code (Z-order curve) encoding for spatial locality
octree
Octree spatial indexing for 3D-native graph database.
simd
SIMD-accelerated spatial distance filtering