gtx/common.hpp
Go to the documentation of this file.
1 
39 #pragma once
40 
41 // Dependencies:
42 #include "../vec2.hpp"
43 #include "../vec3.hpp"
44 #include "../vec4.hpp"
45 #include "../gtx/vec1.hpp"
46 
47 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
48 # pragma message("GLM: GLM_GTX_common extension included")
49 #endif
50 
51 namespace glm
52 {
55 
64  template <typename genType>
65  GLM_FUNC_DECL typename genType::bool_type isdenormal(genType const & x);
66 
68 }//namespace glm
69 
70 #include "common.inl"
GLM_FUNC_DECL genType::bool_type isdenormal(genType const &x)
#define GLM_FUNC_DECL
Definition: setup.hpp:728


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