0.9.6
Main Page
Modules
Files
File List
E:
Source
G-Truc
glm
glm
gtx
mixed_product.hpp
Go to the documentation of this file.
1
38
#pragma once
39
40
// Dependency:
41
#include "../glm.hpp"
42
43
#if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
44
# pragma message("GLM: GLM_GTX_mixed_product extension included")
45
#endif
46
47
namespace
glm
48
{
51
53
template
<
typename
T, precision P>
54
GLM_FUNC_DECL T
mixedProduct
(
55
tvec3<T, P>
const
& v1,
56
tvec3<T, P>
const
& v2,
57
tvec3<T, P>
const
& v3);
58
60
}
// namespace glm
61
62
#include "mixed_product.inl"
glm
Definition:
_noise.hpp:31
glm::mixedProduct
GLM_FUNC_DECL T mixedProduct(tvec3< T, P > const &v1, tvec3< T, P > const &v2, tvec3< T, P > const &v3)
Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)
Generated by
1.8.8