summaryrefslogtreecommitdiffstats
path: root/libdimension/sphere.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdimension/sphere.c')
-rw-r--r--libdimension/sphere.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdimension/sphere.c b/libdimension/sphere.c
index 74f414d..2829720 100644
--- a/libdimension/sphere.c
+++ b/libdimension/sphere.c
@@ -22,9 +22,9 @@
#include <stdlib.h> /* For malloc */
#include <math.h> /* For sqrt */
-static dmnsn_array *dmnsn_sphere_intersections_fn(const dmnsn_sphere *sphere,
+static dmnsn_array *dmnsn_sphere_intersections_fn(const dmnsn_object *sphere,
dmnsn_line line);
-static int dmnsn_sphere_inside_fn(const dmnsn_sphere *sphere,
+static int dmnsn_sphere_inside_fn(const dmnsn_object *sphere,
dmnsn_vector point);
dmnsn_object *