1
0
Fork 0
Univerxel/include/glm/mat4x3.hpp

9 lines
223 B
C++
Raw Normal View History

2020-09-13 09:30:48 +00:00
/// @ref core
/// @file glm/mat4x3.hpp
#pragma once
#include "./ext/matrix_double4x3.hpp"
#include "./ext/matrix_double4x3_precision.hpp"
#include "./ext/matrix_float4x3.hpp"
#include "./ext/matrix_float4x3_precision.hpp"