Back to Mame

0.9.8: mat4x4.hpp Source File

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

latest2.8 KB
Original Source

| | 0.9.8 |

mat4x4.hpp

Go to the documentation of this file.

1

4 #pragma once

5

6 #include "detail/type_mat4x4.hpp"

7

8 namespace glm

9 {

15typedef tmat4x4<float, lowp> lowp_mat4;

16

22typedef tmat4x4<float, mediump> mediump_mat4;

23

29typedef tmat4x4<float, highp> highp_mat4;

30

36typedef tmat4x4<float, lowp> lowp_mat4x4;

37

43typedef tmat4x4<float, mediump> mediump_mat4x4;

44

50typedef tmat4x4<float, highp> highp_mat4x4;

51

52 }//namespace glm

glm::mediump_mat4x4

tmat4x4< float, mediump > mediump_mat4x4

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

Definition: type_mat.hpp:318

glm::lowp_mat4x4

tmat4x4< float, lowp > lowp_mat4x4

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

Definition: type_mat.hpp:311

type_mat4x4.hpp

GLM Core

glm::highp_mat4

tmat4x4< float, highp > highp_mat4

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

Definition: type_mat.hpp:304

glm

Definition: _noise.hpp:11

glm::lowp_mat4

tmat4x4< float, lowp > lowp_mat4

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

Definition: type_mat.hpp:290

glm::highp_mat4x4

tmat4x4< float, highp > highp_mat4x4

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

Definition: type_mat.hpp:325

glm::mediump_mat4

tmat4x4< float, mediump > mediump_mat4

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

Definition: type_mat.hpp:297


Generated by 1.8.10