1
2
3
4
pub const EPSILON: f32 = 1e-4;
pub const AABB_EPSILON: f32 = 1e-4;
pub const DEFAULT_T_MAX: f32 = 1e26;
pub const DEFAULT_T_MIN: f32 = 1e-5;