Back to Mame

0.9.8: GLM_GTC_matrix_inverse

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

latest1.6 KB
Original Source

| | 0.9.8 |

Functions

GLM_GTC_matrix_inverse GTC Extensions (Stable)

|

Functions

| | template<typename genType > | | GLM_FUNC_DECL genType | affineInverse (genType const &m) | | | | template<typename genType > | | GLM_FUNC_DECL genType | inverseTranspose (genType const &m) | | |

Detailed Description

Defines additional matrix inverting functions.

<glm/gtc/matrix_inverse.hpp> need to be included to use these functionalities.

Function Documentation

| GLM_FUNC_DECL genType glm::affineInverse | ( | genType const & | m | ) | |

Fast matrix inverse for affine matrix.

Parameters

| m | Input matrix to invert. |

Template Parameters

| genType | Squared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate. |

See alsoGLM_GTC_matrix_inverse

| GLM_FUNC_DECL genType glm::inverseTranspose | ( | genType const & | m | ) | |

Compute the inverse transpose of a matrix.

Parameters

| m | Input matrix to invert transpose. |

Template Parameters

| genType | Squared floating-point matrix: half, float or double. Inverse of matrix based of half-precision floating point value is highly innacurate. |

See alsoGLM_GTC_matrix_inverse


Generated by 1.8.10