60 template <
typename genType>
61 GLM_FUNC_DECL
typename genType::value_type
noise1(genType
const & x);
69 template <
typename genType>
70 GLM_FUNC_DECL tvec2<typename genType::value_type, defaultp>
noise2(genType
const & x);
78 template <
typename genType>
79 GLM_FUNC_DECL tvec3<typename genType::value_type, defaultp>
noise3(genType
const & x);
87 template <
typename genType>
88 GLM_FUNC_DECL tvec4<typename genType::value_type, defaultp>
noise4(genType
const & x);
93 #include "func_noise.inl"
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)
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)
OpenGL Mathematics (glm.g-truc.net)
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.