blob: e013e46b9c20c136332dd71ecc4f65abf7b51cfb (
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"
|