func_noise.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 #ifndef glm_core_func_noise
00039 #define glm_core_func_noise GLM_VERSION
00040 
00041 namespace glm
00042 {
00045 
00052         template <typename genType>
00053         typename genType::value_type noise1(genType const & x);
00054 
00061         template <typename genType>
00062         detail::tvec2<typename genType::value_type> noise2(genType const & x);
00063 
00070         template <typename genType>
00071         detail::tvec3<typename genType::value_type> noise3(genType const & x);
00072 
00079         template <typename genType>
00080         detail::tvec4<typename genType::value_type> noise4(genType const & x);
00081 
00083 }//namespace glm
00084 
00085 #include "func_noise.inl"
00086 
00087 #endif//glm_core_func_noise