#ifndef _SIMPLEMATH_H #define _SIMPLEMATH_H #include "SimpleMathFixed.h" #include "SimpleMathDynamic.h" #include "SimpleMathMixed.h" #include "SimpleMathQR.h" #include "SimpleMathCommaInitializer.h" typedef SimpleMath::Fixed::Matrix Vector3i; typedef SimpleMath::Fixed::Matrix Vector3d; typedef SimpleMath::Fixed::Matrix Matrix33d; typedef SimpleMath::Fixed::Matrix Vector4d; typedef SimpleMath::Fixed::Matrix Vector3f; typedef SimpleMath::Fixed::Matrix Vector4f; typedef SimpleMath::Fixed::Matrix Matrix33f; typedef SimpleMath::Fixed::Matrix Matrix44f; typedef SimpleMath::Dynamic::Matrix VectorNd; #endif /* _SIMPLEMATH_H */