0.9.7
mat2x2.hpp
Go to the documentation of this file.
1 
33 #pragma once
34 
35 #include "detail/type_mat2x2.hpp"
36 
37 namespace glm
38 {
44  typedef tmat2x2<float, lowp> lowp_mat2;
45 
51  typedef tmat2x2<float, mediump> mediump_mat2;
52 
58  typedef tmat2x2<float, highp> highp_mat2;
59 
65  typedef tmat2x2<float, lowp> lowp_mat2x2;
66 
72  typedef tmat2x2<float, mediump> mediump_mat2x2;
73 
79  typedef tmat2x2<float, highp> highp_mat2x2;
80 
81 }//namespace glm
tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:72
OpenGL Mathematics (glm.g-truc.net)
tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:93
Definition: _noise.hpp:40
tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:86
tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:79
tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:100
tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:65