tidied up last issues
[The-Artvertiser.git] / artvertiser / MatrixTracker / ofxVectorMath.h
blobd6a458c6015a225d34d05794afedf0d8a442cf3c
1 #ifndef OFX_VECTOR_MATH
2 #define OFX_VECTOR_MATH
4 #include "ofxVec2f.h"
5 #include "ofxVec3f.h"
6 #include "ofxVec4f.h"
7 #include "ofxMatrix3x3.h"
8 #include "ofxMatrix4x4.h"
9 #include "ofxQuaternion.h"
11 typedef ofxVec2f ofxPoint2f;
12 typedef ofxVec3f ofxPoint3f;
13 typedef ofxVec4f ofxPoint4f;
15 #endif