|  | 0.9.9 API documentation
    | 
Include <glm/gtx/exterior_product.hpp> to use the features of this extension. More...
| Functions | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL T | cross (vec< 2, T, Q > const &v, vec< 2, T, Q > const &u) | 
| Returns the cross product of x and y.  More... | |
Include <glm/gtx/exterior_product.hpp> to use the features of this extension.
Allow to perform bit operations on integer values
| GLM_FUNC_DECL T glm::cross | ( | vec< 2, T, Q > const & | v, | 
| vec< 2, T, Q > const & | u | ||
| ) | 
Returns the cross product of x and y.
| T | Floating-point scalar types | 
| Q | Value from qualifier enum | 
 1.8.10
 1.8.10