GLM  0.9.5
mat3x3.hpp
Go to the documentation of this file.
1 
29 #ifndef GLM_MAT3X3_INCLUDED
30 #define GLM_MAT3X3_INCLUDED
31 
32 #include "detail/type_mat3x3.hpp"
33 
34 namespace glm
35 {
41  typedef detail::tmat3x3<float, lowp> lowp_mat3;
42 
48  typedef detail::tmat3x3<float, mediump> mediump_mat3;
49 
55  typedef detail::tmat3x3<float, highp> highp_mat3;
56 
62  typedef detail::tmat3x3<float, lowp> lowp_mat3x3;
63 
69  typedef detail::tmat3x3<float, mediump> mediump_mat3x3;
70 
76  typedef detail::tmat3x3<float, highp> highp_mat3x3;
77 
78 }//namespace glm
79 
80 #endif//GLM_MAT3X3_INCLUDED
detail::tmat3x3< float, mediump > mediump_mat3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:197
detail::tmat3x3< float, lowp > lowp_mat3x3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:211
detail::tmat3x3< float, highp > highp_mat3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:204
detail::tmat3x3< float, lowp > lowp_mat3
3 columns of 3 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:190
detail::tmat3x3< float, mediump > mediump_mat3x3
3 columns of 3 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:218
detail::tmat3x3< float, highp > highp_mat3x3
3 columns of 3 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:225