GLM  0.9.5
mat2x2.hpp
Go to the documentation of this file.
1 
29 #ifndef GLM_MAT2X2_INCLUDED
30 #define GLM_MAT2X2_INCLUDED
31 
32 #include "detail/type_mat2x2.hpp"
33 
34 namespace glm
35 {
41  typedef detail::tmat2x2<float, lowp> lowp_mat2;
42 
48  typedef detail::tmat2x2<float, mediump> mediump_mat2;
49 
55  typedef detail::tmat2x2<float, highp> highp_mat2;
56 
62  typedef detail::tmat2x2<float, lowp> lowp_mat2x2;
63 
69  typedef detail::tmat2x2<float, mediump> mediump_mat2x2;
70 
76  typedef detail::tmat2x2<float, highp> highp_mat2x2;
77 
78 }//namespace glm
79 
80 #endif//GLM_MAT2X2_INCLUDED
detail::tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:79
detail::tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:72
detail::tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:86
detail::tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:65
detail::tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:93
detail::tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:100