protot/src/math_types.h

20 lines
410 B
C
Raw Normal View History

2016-08-29 22:31:11 +02:00
#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