0.9.9 API documenation
|
Allow to perform bit operations on integer values. More...
Functions | |
template<typename T , qualifier P> | |
GLM_FUNC_DECL T | cross (vec< 2, T, P > const &v, vec< 2, T, P > const &u) |
Returns the cross product of x and y. More... | |
Allow to perform bit operations on integer values.
<glm/gtc/bitfield.hpp> need to be included to use these functionalities.
GLM_FUNC_DECL T glm::cross | ( | vec< 2, T, P > const & | v, |
vec< 2, T, P > const & | u | ||
) |
Returns the cross product of x and y.
valType | Floating-point scalar types. |