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>
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_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)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


rtabmap
Author(s): Mathieu Labbe
autogenerated on Wed Jun 5 2019 22:41:32