summaryrefslogtreecommitdiff
path: root/src/modules/ray/ray_object_plane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/ray/ray_object_plane.h')
-rw-r--r--src/modules/ray/ray_object_plane.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/modules/ray/ray_object_plane.h b/src/modules/ray/ray_object_plane.h
deleted file mode 100644
index 96ed437..0000000
--- a/src/modules/ray/ray_object_plane.h
+++ /dev/null
@@ -1,16 +0,0 @@
-#ifndef _RAY_OBJECT_PLANE_H
-#define _RAY_OBJECT_PLANE_H
-
-#include "ray_3f.h"
-#include "ray_object_type.h"
-#include "ray_surface.h"
-
-
-typedef struct ray_object_plane_t {
- ray_object_type_t type;
- ray_surface_t surface;
- ray_3f_t normal;
- float distance;
-} ray_object_plane_t;
-
-#endif
© All Rights Reserved