56 template <
typename genType>
57 GLM_FUNC_DECL
typename genType::value_type
noise1(genType
const & x);
65 template <
typename genType>
66 GLM_FUNC_DECL tvec2<typename genType::value_type, defaultp>
noise2(genType
const & x);
74 template <
typename genType>
75 GLM_FUNC_DECL tvec3<typename genType::value_type, defaultp>
noise3(genType
const & x);
83 template <
typename genType>
84 GLM_FUNC_DECL tvec4<typename genType::value_type, defaultp>
noise4(genType
const & x);
89 #include "func_noise.inl"
GLM_FUNC_DECL tvec2< typename genType::value_type, defaultp > noise2(genType const &x)
Returns a 2D noise value based on the input value x.
OpenGL Mathematics (glm.g-truc.net)
GLM_FUNC_DECL genType::value_type noise1(genType const &x)
Returns a 1D noise value based on the input value x.
GLM_FUNC_DECL tvec3< typename genType::value_type, defaultp > noise3(genType const &x)
Returns a 3D noise value based on the input value x.
OpenGL Mathematics (glm.g-truc.net)
OpenGL Mathematics (glm.g-truc.net)
GLM_FUNC_DECL tvec4< typename genType::value_type, defaultp > noise4(genType const &x)
Returns a 4D noise value based on the input value x.
OpenGL Mathematics (glm.g-truc.net)