|  | 1.0.0 API documentation
    | 
Allow to perform bit operations on integer values. More...
| Functions | |
| template<typename T , qualifier Q> | |
| GLM_FUNC_DECL GLM_CONSTEXPR T | cross (vec< 2, T, Q > const &v, vec< 2, T, Q > const &u) | 
| Returns the cross product of x and y.  More... | |
Allow to perform bit operations on integer values.
Include <glm/gtx/exterior_product.hpp> to use the features of this extension.
| GLM_FUNC_DECL GLM_CONSTEXPR 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.18
 1.8.18