1 2 3 4 5 6
//! Exact finite geometry and probe primitives used by the library maps. pub(crate) mod geometry; pub(crate) mod probe; #[cfg(test)] pub(crate) mod reference;