0.9.9 API documentation
Loading...
Searching...
No Matches
matrix_int3x3.hpp
Go to the documentation of this file.
1
12
13#pragma once
14
15// Dependency:
16#include "../mat3x3.hpp"
17
18#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
19# pragma message("GLM: GLM_EXT_matrix_int3x3 extension included")
20#endif
21
22namespace glm
23{
26
30 typedef mat<3, 3, int, defaultp> imat3x3;
31
35 typedef mat<3, 3, int, defaultp> imat3;
36
38}//namespace glm
mat< 3, 3, int, defaultp > imat3
Signed integer 3x3 matrix.
mat< 3, 3, int, defaultp > imat3x3
Signed integer 3x3 matrix.
Core features