#ifndef MESHUP_CONFIG_H #define MESHUP_CONFIG_H #include "SimpleMath/SimpleMath.h" #include "SimpleMath/SimpleMathGL.h" #include "SimpleMath/SimpleMathMap.h" typedef SimpleMath::Fixed::Matrix Vector2f; typedef SimpleMath::Fixed::Matrix Matrix22f; typedef SimpleMath::Fixed::Matrix Vector3f; typedef SimpleMath::Fixed::Matrix Matrix33f; typedef SimpleMath::Fixed::Matrix Vector4f; typedef SimpleMath::Fixed::Matrix Matrix44f; typedef SimpleMath::GL::Quaternion Quaternion; typedef SimpleMath::Dynamic::Matrix VectorNf; typedef SimpleMath::Dynamic::Matrix MatrixNNf; typedef SimpleMath::Fixed::Matrix Vector3d; typedef SimpleMath::Fixed::Matrix Matrix33d; typedef SimpleMath::Dynamic::Matrix VectorNd; typedef SimpleMath::Dynamic::Matrix MatrixNNd; #endif