From 5f0fce4191309e9526b7109a0d87c092ce6a4193 Mon Sep 17 00:00:00 2001 From: jacopo grandi Date: Thu, 18 Feb 2021 14:14:23 +0100 Subject: main --- umath/intersect.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 umath/intersect.h (limited to 'umath/intersect.h') diff --git a/umath/intersect.h b/umath/intersect.h new file mode 100644 index 0000000..d3e24ec --- /dev/null +++ b/umath/intersect.h @@ -0,0 +1,7 @@ +#ifndef INTERSECT_H +#define INTERSECT_H + +// rect is [a, b] = [pos, size] +int pt_rect (float p[], float a[], float b[]); + +#endif \ No newline at end of file -- cgit v1.2.3-54-g00ecf