summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/internal.h b/internal.h
index 4fc197a..cbea04a 100644
--- a/internal.h
+++ b/internal.h
@@ -1,3 +1,8 @@
+enum {
+ ε1 = 1e-5,
+ ε2 = 1e-6,
+};
+
typedef struct Polygon Polygon;
typedef struct Entityparam Entityparam;
typedef struct Tilerparam Tilerparam;