21#if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)
22# ifndef GLM_ENABLE_EXPERIMENTAL
23# pragma message("GLM: GLM_GTX_common is an experimental extension and may change in the future. Use #define GLM_ENABLE_EXPERIMENTAL before including it, if you really want to use it.")
25# pragma message("GLM: GLM_GTX_common extension included")
42 template<
typename genType>
43 GLM_FUNC_DECL
typename genType::bool_type
isdenormal(genType
const& x);
50 template<length_t L,
typename T, qualifier Q>
60 template <length_t L,
typename T, qualifier Q>
61 GLM_FUNC_DECL
vec<L, bool, Q> openBounded(
vec<L, T, Q> const& Value,
vec<L, T, Q> const& Min,
vec<L, T, Q> const& Max);
70 template <length_t L,
typename T, qualifier Q>
71 GLM_FUNC_DECL
vec<L, bool, Q> closeBounded(
vec<L, T, Q> const& Value,
vec<L, T, Q> const& Min,
vec<L, T, Q> const& Max);
GLM_FUNC_DECL vec< L, T, Q > fmod(vec< L, T, Q > const &v)
GLM_FUNC_DECL vec< L, bool, Q > openBounded(vec< L, T, Q > const &Value, vec< L, T, Q > const &Min, vec< L, T, Q > const &Max)
Definition common.inl:115
GLM_FUNC_DECL genType::bool_type isdenormal(genType const &x)
GLM_FUNC_DECL vec< L, bool, Q > closeBounded(vec< L, T, Q > const &Value, vec< L, T, Q > const &Min, vec< L, T, Q > const &Max)
Definition common.inl:121
Core features
Definition common.hpp:21
Definition qualifier.hpp:35