repo.or.cz
/
The-Artvertiser.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tidied up last issues
[The-Artvertiser.git]
/
artvertiser
/
MatrixTracker
/
ofxVectorMath.h
blob
d6a458c6015a225d34d05794afedf0d8a442cf3c
1
#ifndef OFX_VECTOR_MATH
2
#define OFX_VECTOR_MATH
3
4
#include
"ofxVec2f.h"
5
#include
"ofxVec3f.h"
6
#include
"ofxVec4f.h"
7
#include
"ofxMatrix3x3.h"
8
#include
"ofxMatrix4x4.h"
9
#include
"ofxQuaternion.h"
10
11
typedef
ofxVec2f ofxPoint2f
;
12
typedef
ofxVec3f ofxPoint3f
;
13
typedef
ofxVec4f ofxPoint4f
;
14
15
#endif