aboutsummaryrefslogtreecommitdiff
path: root/umath/intersect.h
diff options
context:
space:
mode:
Diffstat (limited to 'umath/intersect.h')
-rw-r--r--umath/intersect.h7
1 files changed, 7 insertions, 0 deletions
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