14 #include "../detail/setup.hpp"    16 #if GLM_MESSAGES == GLM_ENABLE && !defined(GLM_EXT_INCLUDED)    17 #   pragma message("GLM: GLM_EXT_scalar_constants extension included")    26     template<
typename genType>
    27     GLM_FUNC_DECL GLM_CONSTEXPR genType 
epsilon();
    30     template<
typename genType>
    31     GLM_FUNC_DECL GLM_CONSTEXPR genType 
pi();
    36 #include "scalar_constants.inl" GLM_FUNC_DECL GLM_CONSTEXPR genType pi()
Return the pi constant for floating point types. 
GLM_FUNC_DECL GLM_CONSTEXPR genType epsilon()
Return the epsilon constant for floating point types.