1 2 3 4
/// Geometric tolerance for distance and intersection tests pub const GEO_TOL: f64 = 1e-10; /// Boundary proximity tolerance (GEO_TOL * 100) pub const BOUNDARY_TOL: f64 = 1e-8;