16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-09-02 21:09:19 +02:00
Files
maszyna/ref/glm/glm/mat3x2.hpp
2018-10-17 16:00:26 +02:00

10 lines
233 B
C++

/// @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"