0.9.9 API documentation
matrix_uint3x2.hpp
Go to the documentation of this file.
1
12
13#pragma once
14
15// Dependency:
16#include "../mat3x2.hpp"
17
18#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19# pragma message("GLM: GLM_EXT_matrix_uint3x2 extension included")
20#endif
21
22namespace glm
23{
26
30 typedef mat<3, 2, uint, defaultp> umat3x2;
31
33}//namespace glm
mat< 3, 2, uint, defaultp > umat3x2
Unsigned integer 3x2 matrix.