pub const DIVISION_FLOOR: f64 = 1e-50;
Floor for denominators in physics evaluations (penetrability, shift, etc.) to avoid division by zero.