0.9.9 API documenation
|
Functions | |
template<typename T , qualifier Q> | |
GLM_FUNC_DECL T | cross (vec< 2, T, Q > const &v, vec< 2, T, Q > const &u) |
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 |