//! Strategies bound to the Spherical coordinate-system family.
//!
//! Mirrors `boost/geometry/strategies/spherical/` — the directory of
//! Boost strategy headers keyed on `spherical_equatorial_tag`. T40
//! lands the first member, [`distance_haversine`]; later tasks add
//! point-to-segment / side / intersection kernels on the sphere.
pub use ;
pub use SphericalAzimuth;
pub use ;
pub use ;