Dodaj pliki projektów.

This commit is contained in:
Pc
2024-11-28 18:17:49 +01:00
parent 7e7c083809
commit b5356807ae
450 changed files with 139514 additions and 0 deletions

9
GL/glm/mat2x4.hpp Normal file
View File

@@ -0,0 +1,9 @@
/// @ref core
/// @file glm/mat2x4.hpp
#pragma once
#include "./ext/matrix_double2x4.hpp"
#include "./ext/matrix_double2x4_precision.hpp"
#include "./ext/matrix_float2x4.hpp"
#include "./ext/matrix_float2x4_precision.hpp"