FlukyEngine
Namespaces | Functions
scalar_constants.hpp File Reference

GLM_EXT_scalar_constants More...

#include "../detail/setup.hpp"
#include "scalar_constants.inl"
Include dependency graph for scalar_constants.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 glm
 Core features
 

Functions

template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::epsilon ()
 Return the epsilon constant for floating point types.
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::pi ()
 Return the pi constant for floating point types.
 
template<typename genType >
GLM_FUNC_DECL GLM_CONSTEXPR genType glm::cos_one_over_two ()
 Return the value of cos(1 / 2) for floating point types.
 

Detailed Description

GLM_EXT_scalar_constants