We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b5ea3c commit 3df746dCopy full SHA for 3df746d
src/cpp/geometry/operations/boolean-utils/eps.h
@@ -60,7 +60,7 @@ constexpr double toleranceAddFace = 1.0E-10;
60
61
To disable/enable rounding, set ROUNDING_ENABLE to 0/1.
62
*/
63
-constexpr int ROUNDING_ENABLE = 1;
+constexpr int ROUNDING_ENABLE = 0;
64
constexpr double ROUNDING = 1.0E-04;
65
constexpr double ROUNDING_RECIPROCAL = 1.0E+04;
66
0 commit comments