0.9.9 API documenation
|
GLM_GTX_matrix_cross_product More...
Go to the source code of this file.
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... | |
Definition in file matrix_cross_product.hpp.