0.9.9 API documenation
exterior_product.hpp
Go to the documentation of this file.
1 
14 #pragma once
15 
16 // Dependencies
17 #include "../detail/setup.hpp"
18 #include "../detail/qualifier.hpp"
19 
20 #if GLM_MESSAGES == GLM_MESSAGES_ENABLED && !defined(GLM_EXT_INCLUDED)
21 # pragma message("GLM: GLM_GTX_exterior_product extension included")
22 #endif
23 
24 namespace glm
25 {
28 
34  template<typename T, qualifier P>
35  GLM_FUNC_DECL T cross(vec<2, T, P> const& v, vec<2, T, P> const& u);
36 
38 } //namespace glm
39 
40 #include "exterior_product.inl"
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.
Definition: _noise.hpp:11