GLM  0.9.5
mat4x4.hpp
Go to the documentation of this file.
1 
29 #ifndef GLM_MAT4X4_INCLUDED
30 #define GLM_MAT4X4_INCLUDED
31 
32 #include "detail/type_mat4x4.hpp"
33 
34 namespace glm
35 {
41  typedef detail::tmat4x4<float, lowp> lowp_mat4;
42 
48  typedef detail::tmat4x4<float, mediump> mediump_mat4;
49 
55  typedef detail::tmat4x4<float, highp> highp_mat4;
56 
62  typedef detail::tmat4x4<float, lowp> lowp_mat4x4;
63 
69  typedef detail::tmat4x4<float, mediump> mediump_mat4x4;
70 
76  typedef detail::tmat4x4<float, highp> highp_mat4x4;
77 
78 }//namespace glm
79 
80 #endif//GLM_MAT4X4_INCLUDED
detail::tmat4x4< float, highp > highp_mat4x4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:351
detail::tmat4x4< float, lowp > lowp_mat4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:316
detail::tmat4x4< float, highp > highp_mat4
4 columns of 4 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:330
detail::tmat4x4< float, mediump > mediump_mat4x4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:344
detail::tmat4x4< float, mediump > mediump_mat4
4 columns of 4 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:323
detail::tmat4x4< float, lowp > lowp_mat4x4
4 columns of 4 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:337