Skip to main content

Y_TOLERANCE

Constant Y_TOLERANCE 

Source
pub const Y_TOLERANCE: f64 = 0.5;
Expand description

Y-axis tolerance value used by vanilla’s movement-error branch.

Vanilla currently uses yDist > -0.5 || yDist < 0.5, which zeroes every finite Y residual before the moved-wrongly check.