fast_trigonometry.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_fast_trigonometry extension included")
45 #endif
46 
47 namespace glm
48 {
51 
55  template <typename T>
56  GLM_FUNC_DECL T fastSin(const T& angle);
57 
61  template <typename T>
62  GLM_FUNC_DECL T fastCos(const T& angle);
63 
67  template <typename T>
68  GLM_FUNC_DECL T fastTan(const T& angle);
69 
73  template <typename T>
74  GLM_FUNC_DECL T fastAsin(const T& angle);
75 
79  template <typename T>
80  GLM_FUNC_DECL T fastAcos(const T& angle);
81 
85  template <typename T>
86  GLM_FUNC_DECL T fastAtan(const T& y, const T& x);
87 
91  template <typename T>
92  GLM_FUNC_DECL T fastAtan(const T& angle);
93 
95 }//namespace glm
96 
97 #include "fast_trigonometry.inl"
GLM_FUNC_DECL T fastSin(const T &angle)
GLM_FUNC_DECL T fastAtan(const T &y, const T &x)
GLM_FUNC_DECL T fastAsin(const T &angle)
GLM_FUNC_DECL T angle(detail::tquat< T, P > const &x)
GLM_FUNC_DECL T fastCos(const T &angle)
GLM_FUNC_DECL T fastTan(const T &angle)
#define GLM_FUNC_DECL
Definition: setup.hpp:728
GLM_FUNC_DECL T fastAcos(const T &angle)


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