libvmath4

diff 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 diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/vmath.h	Sun Oct 05 04:00:05 2014 +0300
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef VMATH4_H_
     1.5 +#define VMATH4_H_
     1.6 +
     1.7 +#include "vector.h"
     1.8 +#include "matrix.h"
     1.9 +#include "quat.h"
    1.10 +//#include "numalg.h"
    1.11 +//#include "geom.h"
    1.12 +
    1.13 +#endif	/* VMATH4_H_ */