glm/glm/mat3x4.hpp
2018-08-07 10:46:09 +02:00

17 lines
392 B
C++

/// @ref core
/// @file glm/mat3x4.hpp
#pragma once
#include "./ext/matrix_dmat3x4.hpp"
#include "./ext/matrix_dmat3x4_precision.hpp"
#include "./ext/matrix_mat3x4.hpp"
#include "./ext/matrix_mat3x4_precision.hpp"
namespace glm
{
#if GLM_HAS_TEMPLATE_ALIASES
template <typename T, qualifier Q = defaultp> using tmat3x4 = mat<3, 4, T, Q>;
#endif//GLM_HAS_TEMPLATE_ALIASES
}//namespace glm