blob: 205725abd25aa6094e140d80f3158b6a7659ea60 (
plain)
1
2
3
4
5
6
7
8
|
/// @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"
|