diff options
author | Thomas White <taw@physics.org> | 2009-11-25 16:19:05 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-25 16:19:05 +0100 |
commit | 76cbb192f4abdd5f5c280cee964357c64364c783 (patch) | |
tree | ee643b3122cc168c9c6cdcbeb03ffeb8bfed69e7 /src/image.h | |
parent | 36addbc39e3d1a9da88959b6c07af9438402b016 (diff) |
Introduce integr_sim
Diffstat (limited to 'src/image.h')
-rw-r--r-- | src/image.h | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/src/image.h b/src/image.h index 5206048a..e9db7cad 100644 --- a/src/image.h +++ b/src/image.h @@ -20,6 +20,8 @@ #include <stdint.h> #include <complex.h> +#include "utils.h" + /* How is the scaling of the image described? */ typedef enum { @@ -57,15 +59,6 @@ struct threevec }; -struct quaternion -{ - double w; - double x; - double y; - double z; -}; - - /* Structure describing an image */ struct image { |