Codebase list glm / debian/0.9.9.6-1 glm / mat3x4.hpp
debian/0.9.9.6-1

Tree @debian/0.9.9.6-1 (Download .tar.gz)

mat3x4.hpp @debian/0.9.9.6-1raw · history · blame

1
2
3
4
5
6
7
8
/// @ref core
/// @file glm/mat3x4.hpp

#pragma once
#include "./ext/matrix_double3x4.hpp"
#include "./ext/matrix_double3x4_precision.hpp"
#include "./ext/matrix_float3x4.hpp"
#include "./ext/matrix_float3x4_precision.hpp"