Vector4 inline definitions, and rearrangement into multiple inl files
[gph-math] / src / gmath.h
1 #ifndef GMATH_H_
2 #define GMATH_H_
3
4 #include "vector.h"
5 #include "matrix.h"
6 #include "ray.h"
7
8 #ifndef GPH_NAMESPACE
9 using namespace gph;
10 #endif
11
12 #endif  // GMATH_H_