Back to Mame

0.9.8: mat3x4.hpp Source File

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

latest1.8 KB
Original Source

| | 0.9.8 |

mat3x4.hpp

Go to the documentation of this file.

1

4 #pragma once

5

6 #include "detail/type_mat3x4.hpp"

7

8 namespace glm

9 {

15typedef tmat3x4<float, lowp> lowp_mat3x4;

16

22typedef tmat3x4<float, mediump> mediump_mat3x4;

23

29typedef tmat3x4<float, highp> highp_mat3x4;

30

31 }//namespace glm

glm::highp_mat3x4

tmat3x4< float, highp > highp_mat3x4

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

Definition: type_mat.hpp:225

glm

Definition: _noise.hpp:11

glm::lowp_mat3x4

tmat3x4< float, lowp > lowp_mat3x4

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

Definition: type_mat.hpp:211

glm::mediump_mat3x4

tmat3x4< float, mediump > mediump_mat3x4

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

Definition: type_mat.hpp:218

type_mat3x4.hpp

GLM Core


Generated by 1.8.10