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 #ifndef glm_core_func_noise
00030 #define glm_core_func_noise
00031 
00032 namespace glm
00033 {
00036 
00041         template <typename genType>
00042         typename genType::value_type noise1(genType const & x);
00043 
00048         template <typename genType>
00049         detail::tvec2<typename genType::value_type> noise2(genType const & x);
00050 
00055         template <typename genType>
00056         detail::tvec3<typename genType::value_type> noise3(genType const & x);
00057 
00062         template <typename genType>
00063         detail::tvec4<typename genType::value_type> noise4(genType const & x);
00064 
00066 }//namespace glm
00067 
00068 #include "func_noise.inl"
00069 
00070 #endif//glm_core_func_noise