From da0c8c681e9d894d91c405310b8810393277f13c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Stensg=C3=A5rd?= Date: Wed, 20 Oct 2010 00:45:59 +0200 Subject: Works. --- 3dmath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '3dmath.h') 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); -- cgit v1.2.3