| 0.9.9 API documenation
    | 
Build cross product matrices. More...
| Functions | |
| template<typename T , qualifier P> | |
| GLM_FUNC_DECL mat< 3, 3, T, P > | matrixCross3 (vec< 3, T, P > const &x) | 
| Build a cross product matrix.  More... | |
| template<typename T , qualifier P> | |
| GLM_FUNC_DECL mat< 4, 4, T, P > | matrixCross4 (vec< 3, T, P > const &x) | 
| Build a cross product matrix.  More... | |
Build cross product matrices.
<glm/gtx/matrix_cross_product.hpp> need to be included to use these functionalities.
| GLM_FUNC_DECL mat<3, 3, T, P> glm::matrixCross3 | ( | vec< 3, T, P > const & | x | ) | 
Build a cross product matrix.
From GLM_GTX_matrix_cross_product extension.
| GLM_FUNC_DECL mat<4, 4, T, P> glm::matrixCross4 | ( | vec< 3, T, P > const & | x | ) | 
Build a cross product matrix.
From GLM_GTX_matrix_cross_product extension.
 1.8.10
 1.8.10