0.9.9 API documenation
mat3x3.hpp
Go to the documentation of this file.
1 
4 #include "detail/setup.hpp"
5 
6 #pragma once
7 
8 #include "detail/type_mat3x3.hpp"
9 
10 namespace glm
11 {
17  typedef mat<3, 3, float, lowp> lowp_mat3;
18 
24  typedef mat<3, 3, float, mediump> mediump_mat3;
25 
31  typedef mat<3, 3, float, highp> highp_mat3;
32 
38  typedef mat<3, 3, float, lowp> lowp_mat3x3;
39 
45  typedef mat<3, 3, float, mediump> mediump_mat3x3;
46 
52  typedef mat<3, 3, float, highp> highp_mat3x3;
53 
54 }//namespace glm
mat< 3, 3, float, mediump > mediump_mat3
3 columns of 3 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:170
mat< 3, 3, float, highp > highp_mat3
3 columns of 3 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:177
Definition: common.hpp:20
mat< 3, 3, float, lowp > lowp_mat3x3
3 columns of 3 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:184
Core features
mat< 3, 3, float, mediump > mediump_mat3x3
3 columns of 3 components matrix of medium qualifier floating-point numbers.
Definition: type_mat.hpp:191
mat< 3, 3, float, lowp > lowp_mat3
3 columns of 3 components matrix of low qualifier floating-point numbers.
Definition: type_mat.hpp:163
Core features
mat< 3, 3, float, highp > highp_mat3x3
3 columns of 3 components matrix of high qualifier floating-point numbers.
Definition: type_mat.hpp:198