libvmath4

view src/vmath.h @ 0:4d6383605d64

initial commit
author John Tsiombikas <nuclear@member.fsf.org>
date Sun, 05 Oct 2014 04:00:05 +0300
parents
children
line source
1 #ifndef VMATH4_H_
2 #define VMATH4_H_
4 #include "vector.h"
5 #include "matrix.h"
6 #include "quat.h"
7 //#include "numalg.h"
8 //#include "geom.h"
10 #endif /* VMATH4_H_ */