0.9.6
mat3x2.hpp
Go to the documentation of this file.
1 
29 #pragma once
30 
31 #include "detail/type_mat3x2.hpp"
32 
33 namespace glm
34 {
40  typedef tmat3x2<float, lowp> lowp_mat3x2;
41 
47  typedef tmat3x2<float, mediump> mediump_mat3x2;
48 
54  typedef tmat3x2<float, highp> highp_mat3x2;
55 
56 }//namespace
OpenGL Mathematics (glm.g-truc.net)
tmat3x2< float, lowp > lowp_mat3x2
3 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:160
Definition: _noise.hpp:31
tmat3x2< float, mediump > mediump_mat3x2
3 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:167
tmat3x2< float, highp > highp_mat3x2
3 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:174