The spica renderer
spica_math.h
1 
4 #ifdef _MSC_VER
5 #pragma once
6 #endif
7 
8 #ifndef _SPICA_MATH_H_
9 #define _SPICA_MATH_H_
10 
11 #include "vector2d.h"
12 #include "vector3d.h"
13 #include "matrix4x4.h"
14 #include "transform.h"
15 #include "quaternion.h"
16 #include "vect_math.h"
17 
18 #endif // _SPICA_MATH_H_