diff options
author | Anthony LaTorre <telatorre@gmail.com> | 2011-05-15 18:35:41 -0400 |
---|---|---|
committer | Anthony LaTorre <telatorre@gmail.com> | 2011-05-15 18:35:41 -0400 |
commit | 2aa342458d1278487f9ca47ff0111e74b20d63ef (patch) | |
tree | 63f2bfbbc1f971525cf1f79c06e74d969484eaa2 /src/rotate.h | |
parent | 8ea783d053e817568b3e7d04f28a6fd2583f18cf (diff) | |
download | chroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.tar.gz chroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.tar.bz2 chroma-2aa342458d1278487f9ca47ff0111e74b20d63ef.zip |
cleanup. fixed tests
Diffstat (limited to 'src/rotate.h')
-rw-r--r-- | src/rotate.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rotate.h b/src/rotate.h index fec76a8..7fc6f7e 100644 --- a/src/rotate.h +++ b/src/rotate.h @@ -1,6 +1,9 @@ #ifndef __ROTATE_H__ #define __ROTATE_H__ +#include "linalg.h" +#include "matrix.h" + __device__ const Matrix IDENTITY_MATRIX = {1,0,0,0,1,0,0,0,1}; __device__ __host__ Matrix make_rotation_matrix(float phi, const float3 &n) |