1.0.0 API documentation
E:
Github
g-truc
glm
glm
ext
matrix_int3x4.hpp
Go to the documentation of this file.
1
13
#pragma once
14
15
// Dependency:
16
#include "../mat3x4.hpp"
17
18
#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19
# pragma message("GLM: GLM_EXT_matrix_int3x4 extension included")
20
#endif
21
22
namespace
glm
23
{
26
30
typedef
mat<3, 4, int, defaultp>
imat3x4
;
31
33
}
//namespace glm
glm::imat3x4
mat< 3, 4, int, defaultp > imat3x4
Signed integer 3x4 matrix.
Definition:
matrix_int3x4.hpp:30
Generated by
1.8.18