aboutsummaryrefslogtreecommitdiff
path: root/src/reflections.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-04 19:51:41 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-04 19:51:41 +0000
commit5bb6af0c8ec375ed557b5c4a2f9c6e54cc274036 (patch)
tree0b731b337057a56a7c9d961cacfcca6574127c98 /src/reflections.h
parent14dd96829ed69a7f9635ba4cbad91472b635dc3b (diff)
"Basis" is a property of IPR, not rctx
OpenGL stuff belongs to DisplayWindow git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@114 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/reflections.h')
-rw-r--r--src/reflections.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/reflections.h b/src/reflections.h
index 5c0a1d7..0eade3a 100644
--- a/src/reflections.h
+++ b/src/reflections.h
@@ -43,22 +43,6 @@ typedef struct reflection_struct {
} Reflection;
-typedef struct {
-
- double x;
- double y;
- double z;
-
- double modulus; /* Convenience */
-
-} Vector;
-
-typedef struct {
- Vector a;
- Vector b;
- Vector c;
-} Basis;
-
typedef struct rctx_struct {
Reflection *reflections;
@@ -67,8 +51,6 @@ typedef struct rctx_struct {
unsigned int n_reflections;
unsigned int list_capped;
- Basis *basis;
-
} ReflectionContext;
extern ReflectionContext *reflection_init(void);