pub const COLLISION_EPSILON: f64 = 1.0e-5;
Collision epsilon used for AABB deflation (vanilla constant).