aboutsummaryrefslogtreecommitdiffstats
path: root/src/include/glm/mat4x2.hpp
blob: 7bb11c43cc1968fd890a58c0a429f485184b4625 (plain)
1
2
3
4
5
6
7
8
9
/// @ref core
/// @file glm/mat4x2.hpp

#pragma once
#include "./ext/matrix_double4x2.hpp"
#include "./ext/matrix_double4x2_precision.hpp"
#include "./ext/matrix_float4x2.hpp"
#include "./ext/matrix_float4x2_precision.hpp"