From 7e071db6bee659dbd2b4261830f4e2f10bc8ba33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Tue, 19 Oct 2010 00:20:35 +0200 Subject: Fail. --- 3dmath.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 3dmath.h (limited to '3dmath.h') diff --git a/3dmath.h b/3dmath.h new file mode 100644 index 0000000..6714da5 --- /dev/null +++ b/3dmath.h @@ -0,0 +1,3 @@ +float dot(float x[3], float y[3]); +void normalize(float x[3]); +float sphere_intersect(float s[3], float d[3], float c[3], float r); -- cgit v1.2.3