From 3155c6737832c54310c70ecaaf8667d0362de5e8 Mon Sep 17 00:00:00 2001 From: rodri Date: Thu, 26 Sep 2024 15:22:02 +0000 Subject: implement a parser for a model(6). get rid of the libobj dependency. --- internal.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'internal.h') 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; -- cgit v1.2.3