0.9.9 API documenation
Users
christophericcio
Documents
Repository
Github
glm
glm
gtx
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_ENABLE && !defined(GLM_EXT_INCLUDED)
21
# pragma message("GLM: GLM_GTX_exterior_product extension included")
22
#endif
23
24
namespace
glm
25
{
28
35
template
<
typename
T, qualifier Q>
36
GLM_FUNC_DECL T
cross
(vec<2, T, Q>
const
& v, vec<2, T, Q>
const
& u);
37
39
}
//namespace glm
40
41
#include "exterior_product.inl"
glm::cross
GLM_FUNC_DECL T cross(vec< 2, T, Q > const &v, vec< 2, T, Q > const &u)
Returns the cross product of x and y.
glm
Definition:
common.hpp:20
Generated by
1.8.14