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

#pragma once
#include "./ext/matrix_double3x2.hpp"
#include "./ext/matrix_double3x2_precision.hpp"
#include "./ext/matrix_float3x2.hpp"
#include "./ext/matrix_float3x2_precision.hpp"