Back to Mame

0.9.8: mat4x2.hpp Source File

3rdparty/glm/doc/api/a00057_source.html

latest1.8 KB
Original Source

| | 0.9.8 |

mat4x2.hpp

Go to the documentation of this file.

1

4 #pragma once

5

6 #include "detail/type_mat4x2.hpp"

7

8 namespace glm

9 {

15typedef tmat4x2<float, lowp> lowp_mat4x2;

16

22typedef tmat4x2<float, mediump> mediump_mat4x2;

23

29typedef tmat4x2<float, highp> highp_mat4x2;

30

31 }//namespace glm

glm::lowp_mat4x2

tmat4x2< float, lowp > lowp_mat4x2

4 columns of 2 components matrix of low precision floating-point numbers.

Definition: type_mat.hpp:237

glm::highp_mat4x2

tmat4x2< float, highp > highp_mat4x2

4 columns of 2 components matrix of high precision floating-point numbers.

Definition: type_mat.hpp:251

type_mat4x2.hpp

GLM Core

glm::mediump_mat4x2

tmat4x2< float, mediump > mediump_mat4x2

4 columns of 2 components matrix of medium precision floating-point numbers.

Definition: type_mat.hpp:244

glm

Definition: _noise.hpp:11


Generated by 1.8.10