1.0.0 API documentation
matrix_uint2x2.hpp
Go to the documentation of this file.
1 
13 #pragma once
14 
15 // Dependency:
16 #include "../mat2x2.hpp"
17 
18 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19 # pragma message("GLM: GLM_EXT_matrix_uint2x2 extension included")
20 #endif
21 
22 namespace glm
23 {
26 
30  typedef mat<2, 2, uint, defaultp> umat2x2;
31 
35  typedef mat<2, 2, uint, defaultp> umat2;
36 
38 }//namespace glm
glm::umat2
mat< 2, 2, uint, defaultp > umat2
Unsigned integer 2x2 matrix.
Definition: matrix_uint2x2.hpp:35
glm::umat2x2
mat< 2, 2, uint, defaultp > umat2x2
Unsigned integer 2x2 matrix.
Definition: matrix_uint2x2.hpp:30