#ifndef MESHUP_CONFIG_H #define MESHUP_CONFIG_H #include "SimpleMath/SimpleMath.h" #include "SimpleMath/SimpleMathGL.h" #include "SimpleMath/SimpleMathMap.h" typedef SimpleMath::Matrix33f Matrix33f; typedef SimpleMath::Vector3f Vector3f; typedef SimpleMath::Matrix44f Matrix44f; typedef SimpleMath::Vector4f Vector4f; typedef SimpleMath::Vector4f Vector4f; typedef SimpleMath::VectorNd VectorNd; #endif