//! Inline integration tests for `lambert_izzo`.
//!
//! Split per scenario for navigability; all submodules see the same crate
//! root via `crate::*`. Tests use realistic Earth/Sun SI values from
//! `lambert_izzo_test_support::bodies` — they are scenario-named, not
//! generic-math-named.
// r/r1/r2 test scenario inputs follow paper convention; tests are exempt from the lib's no-unwrap rule.
use DVec3;
/// Tolerance comparison for finite-precision scalar checks.
pub
/// Euclidean distance between two `[f64; 3]` vectors via `glam`.
pub