Floats Don't Agree with Themselves
Summary
The post explains how floating-point nondeterminism across architectures can affect 2D geometry computations and presents exact-poly, an integer-based approach using i64/i128 to achieve bit-for-bit reproducibility. It covers scale selection, a cascaded set of convex-decomposition algorithms, and the importance of exact area equality, with live demos and open-source references.