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::fastTan
GLM_FUNC_DECL T fastTan(const T &angle)
glm::fastSin
GLM_FUNC_DECL T fastSin(const T &angle)
glm
Definition: _literals.hpp:31
glm::fastAcos
GLM_FUNC_DECL T fastAcos(const T &angle)
Eigen::Triplet
glm::angle
GLM_FUNC_DECL T angle(detail::tquat< T, P > const &x)
glm::fastAtan
GLM_FUNC_DECL T fastAtan(const T &y, const T &x)
glm::fastAsin
GLM_FUNC_DECL T fastAsin(const T &angle)
GLM_FUNC_DECL
#define GLM_FUNC_DECL
Definition: setup.hpp:728
glm::fastCos
GLM_FUNC_DECL T fastCos(const T &angle)


rtabmap
Author(s): Mathieu Labbe
autogenerated on Thu Jul 25 2024 02:50:09