pub const S_STEP_FLOOR: f64 = _; // 0.00390625f64Expand description
Floor on the per-waypoint descent step in s. Below this the path is
taking near-zero steps; it does not give up — it pins s at its current
(heavier) regime and keeps re-descending from there. The floor is a
behavior, never an exit.