3rdparty/glm/doc/api/a00051_source.html
| | 0.9.8 |
mat2x2.hpp
Go to the documentation of this file.
1
4 #pragma once
5
6 #include "detail/type_mat2x2.hpp"
7
8 namespace glm
9 {
15typedef tmat2x2<float, lowp> lowp_mat2;
16
22typedef tmat2x2<float, mediump> mediump_mat2;
23
29typedef tmat2x2<float, highp> highp_mat2;
30
36typedef tmat2x2<float, lowp> lowp_mat2x2;
37
43typedef tmat2x2<float, mediump> mediump_mat2x2;
44
50typedef tmat2x2<float, highp> highp_mat2x2;
51
52 }//namespace glm
tmat2x2< float, mediump > mediump_mat2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:46
GLM Core
tmat2x2< float, lowp > lowp_mat2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:39
Definition: _noise.hpp:11
tmat2x2< float, highp > highp_mat2x2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:74
tmat2x2< float, mediump > mediump_mat2x2
2 columns of 2 components matrix of medium precision floating-point numbers.
Definition: type_mat.hpp:67
tmat2x2< float, lowp > lowp_mat2x2
2 columns of 2 components matrix of low precision floating-point numbers.
Definition: type_mat.hpp:60
tmat2x2< float, highp > highp_mat2
2 columns of 2 components matrix of high precision floating-point numbers.
Definition: type_mat.hpp:53
Generated by 1.8.10