//! Shared geometry value types.
//!
//! This is the dependency root: data only, no algorithms, no source-format
//! semantics, no serialization policy, and no hardware backend. Coordinates use
//! `f64`; every tolerance-sensitive operation receives an explicit [`Tolerance`].
pub use Aabb;
pub use BooleanOperator;
pub use ;
pub use ;