Clutter Engine 0.0.1
Loading...
Searching...
No Matches
GLM_GTX_exterior_product

Allow to perform bit operations on integer values. More...

Functions

template<typename T , qualifier Q>
GLM_FUNC_DECL T glm::cross (vec< 2, T, Q > const &v, vec< 2, T, Q > const &u)
 

Detailed Description

Allow to perform bit operations on integer values.

Include <glm/gtx/exterior_product.hpp> to use the features of this extension.

Function Documentation

◆ cross()

template<typename T , qualifier Q>
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.

Template Parameters
TFloating-point scalar types
QValue from qualifier enum
See also
Exterior product