//! CPU implementation of spatial algorithms.
//!//! This module implements the spatial algorithm traits for CPU
//! by delegating to the generic implementations in `impl_generic/`.
modballtree;modconvex_hull;moddelaunay;moddistance;moddistance_transform;modhalfspace_intersection;modkdtree;modmesh;modprocrustes;modrotation;modspherical_voronoi;modvoronoi;