From 06a05302b9b4b937cff46ad2618f771e8579db0d Mon Sep 17 00:00:00 2001 From: epoch Date: Sat, 28 Mar 2020 03:48:07 -0500 Subject: bunch of stuff that added proper flatten, then broke stuff again trying to make it use libhashtable --- src/math.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/math.h') diff --git a/src/math.h b/src/math.h index 8d058cc..e7b5249 100644 --- a/src/math.h +++ b/src/math.h @@ -24,4 +24,8 @@ c3_t c3_add(c3_t p1,c3_t p2); real distance3(c3_t p1,c3_t p2); void print_point(c3_t p); +int isLeft(cs_t, cs_t, cs_t); +int cn_PnPoly(cs_t, cs_t *, int); +int wn_PnPoly(cs_t, cs_t *, int); + #endif -- cgit v1.2.3