vertex_engine/subprojects/glm-0.9.9.8/glm/mat4x4.hpp

10 lines
224 B
C++
Raw Normal View History

2024-05-15 19:21:04 +03:00
/// @ref core
/// @file glm/mat4x4.hpp
#pragma once
#include "./ext/matrix_double4x4.hpp"
#include "./ext/matrix_double4x4_precision.hpp"
#include "./ext/matrix_float4x4.hpp"
#include "./ext/matrix_float4x4_precision.hpp"