Back to Mame

0.9.8: matrix_inverse.hpp Source File

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

latest1.7 KB
Original Source

| | 0.9.8 |

matrix_inverse.hpp

Go to the documentation of this file.

1

12 #pragma once

13

14 // Dependencies

15 #include "../detail/setup.hpp"

16 #include "../matrix.hpp"

17 #include "../mat2x2.hpp"

18 #include "../mat3x3.hpp"

19 #include "../mat4x4.hpp"

20

21 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)

22 # pragma message("GLM: GLM_GTC_matrix_inverse extension included")

23 #endif

24

25 namespace glm

26 {

29

35template <typename genType>

36 GLM_FUNC_DECL genType affineInverse(genType const & m);

37

43template <typename genType>

44 GLM_FUNC_DECL genType inverseTranspose(genType const & m);

45

47 }//namespace glm

48

49 #include "matrix_inverse.inl"

glm

Definition: _noise.hpp:11

glm::inverseTranspose

GLM_FUNC_DECL genType inverseTranspose(genType const &m)

Compute the inverse transpose of a matrix.

glm::affineInverse

GLM_FUNC_DECL genType affineInverse(genType const &m)

Fast matrix inverse for affine matrix.


Generated by 1.8.10