conworlds
diff src/vr/mathutil.h @ 20:782ff06817fb
merged ...
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Tue, 26 Aug 2014 18:42:53 +0300 |
parents | 778ed91cb7fd |
children |
line diff
1.1 --- a/src/vr/mathutil.h Tue Aug 26 18:40:23 2014 +0300 1.2 +++ b/src/vr/mathutil.h Tue Aug 26 18:42:53 2014 +0300 1.3 @@ -1,13 +1,13 @@ 1.4 -#ifndef MATHUTIL_H_ 1.5 -#define MATHUTIL_H_ 1.6 - 1.7 -void rotation_matrix(const float *quat, float *matrix); 1.8 -void translation_matrix(const float *vec, float *matrix); 1.9 - 1.10 -void mult_matrix(float *dest, const float *m1, const float *m2); 1.11 - 1.12 -void transpose_matrix(float *matrix); 1.13 - 1.14 -void print_matrix(const float *matrix); 1.15 - 1.16 -#endif /* MATHUTIL_H_ */ 1.17 \ No newline at end of file 1.18 +#ifndef MATHUTIL_H_ 1.19 +#define MATHUTIL_H_ 1.20 + 1.21 +void rotation_matrix(const float *quat, float *matrix); 1.22 +void translation_matrix(const float *vec, float *matrix); 1.23 + 1.24 +void mult_matrix(float *dest, const float *m1, const float *m2); 1.25 + 1.26 +void transpose_matrix(float *matrix); 1.27 + 1.28 +void print_matrix(const float *matrix); 1.29 + 1.30 +#endif /* MATHUTIL_H_ */