Functions | |
| template<typename genType> | |
| GLMcolType | mul (const GLMcolType &v, const genType &m) |
| Product of a vector and a matrix (From GLM_GTX_mul extension). | |
| template<typename genType> | |
| GLMcolType | mul (const genType &m, const GLMcolType &v) |
| Product of a matrix and a vector (From GLM_GTX_mul extension). | |
| template<typename genType> | |
| genType | mul (const genType &a, const genType &b) |
| Product of 2 matrices (From GLM_GTX_mul extension). | |
1.5.5