fast_trigonometry.hpp
Go to the documentation of this file.
00001 
00002 
00003 
00004 
00005 
00006 
00007 
00008 
00009 
00010 
00011 
00012 
00013 
00014 
00015 
00016 
00017 
00018 
00019 
00020 
00021 
00022 
00023 
00024 
00025 
00026 
00027 
00028 
00029 
00030 
00031 
00032 
00033 
00034 
00035 
00036 
00037 
00038 #pragma once
00039 
00040 // Dependency:
00041 #include "../glm.hpp"
00042 
00043 #if(defined(GLM_MESSAGES) && !defined(GLM_EXT_INCLUDED))
00044 #       pragma message("GLM: GLM_GTX_fast_trigonometry extension included")
00045 #endif
00046 
00047 namespace glm
00048 {
00051 
00055         template <typename T> 
00056         GLM_FUNC_DECL T fastSin(const T& angle);
00057 
00061         template <typename T> 
00062         GLM_FUNC_DECL T fastCos(const T& angle);
00063 
00067         template <typename T> 
00068         GLM_FUNC_DECL T fastTan(const T& angle);
00069 
00073         template <typename T> 
00074         GLM_FUNC_DECL T fastAsin(const T& angle);
00075 
00079         template <typename T> 
00080         GLM_FUNC_DECL T fastAcos(const T& angle);
00081 
00085         template <typename T> 
00086         GLM_FUNC_DECL T fastAtan(const T& y, const T& x);
00087 
00091         template <typename T> 
00092         GLM_FUNC_DECL T fastAtan(const T& angle);
00093 
00095 }//namespace glm
00096 
00097 #include "fast_trigonometry.inl"


rtabmap
Author(s): Mathieu Labbe
autogenerated on Sat Jul 23 2016 11:44:16