handed_coordinate_space.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_handed_coordinate_space extension included")
45 #endif
46 
47 namespace glm
48 {
51 
54  template <typename T, precision P>
56  detail::tvec3<T, P> const & tangent,
57  detail::tvec3<T, P> const & binormal,
58  detail::tvec3<T, P> const & normal);
59 
62  template <typename T, precision P>
64  detail::tvec3<T, P> const & tangent,
65  detail::tvec3<T, P> const & binormal,
66  detail::tvec3<T, P> const & normal);
67 
69 }// namespace glm
70 
71 #include "handed_coordinate_space.inl"
GLM_FUNC_DECL bool leftHanded(detail::tvec3< T, P > const &tangent, detail::tvec3< T, P > const &binormal, detail::tvec3< T, P > const &normal)
GLM_FUNC_DECL bool rightHanded(detail::tvec3< T, P > const &tangent, detail::tvec3< T, P > const &binormal, detail::tvec3< T, P > const &normal)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


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