diff options
Diffstat (limited to '3dmath.h')
-rw-r--r-- | 3dmath.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |