summaryrefslogtreecommitdiff
path: root/3dmath.h
diff options
context:
space:
mode:
authorMartin Stensgård <mastensg@ping.uio.no>2010-10-20 00:45:59 +0200
committerMartin Stensgård <mastensg@ping.uio.no>2010-10-20 00:45:59 +0200
commitda0c8c681e9d894d91c405310b8810393277f13c (patch)
tree8dab8dcf098ef972956dfdbc04f765dc597f3a4a /3dmath.h
parent7e071db6bee659dbd2b4261830f4e2f10bc8ba33 (diff)
Works.
Diffstat (limited to '3dmath.h')
-rw-r--r--3dmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3dmath.h b/3dmath.h
index 6714da5..4135f3b 100644
--- a/3dmath.h
+++ b/3dmath.h
@@ -1,3 +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);
+float sphere_intersect(float y[3], float r[3], float s[3], float d[3], float c[3], float R);