app
android
jni
third-party
include
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
detail::tvec3<T, P>
const
& v1,
56
detail::tvec3<T, P>
const
& v2,
57
detail::tvec3<T, P>
const
& v3);
58
60
}
// namespace glm
61
62
#include "mixed_product.inl"
glm::mixedProduct
GLM_FUNC_DECL T mixedProduct(detail::tvec3< T, P > const &v1, detail::tvec3< T, P > const &v2, detail::tvec3< T, P > const &v3)
Mixed product of 3 vectors (from GLM_GTX_mixed_product extension)
glm
Definition:
_literals.hpp:31
Eigen::Triplet
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition:
setup.hpp:728
rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:13