1.0.2 API documentation
Functions
constants.hpp File Reference

GLM_GTC_constants More...

Go to the source code of this file.

Functions

template<typename genType >
GLM_FUNC_DECL constexpr genType e ()
 Return e constant. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType euler ()
 Return Euler's constant. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType four_over_pi ()
 Return 4 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType golden_ratio ()
 Return the golden ratio constant. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType half_pi ()
 Return pi / 2. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType ln_ln_two ()
 Return ln(ln(2)). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType ln_ten ()
 Return ln(10). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType ln_two ()
 Return ln(2). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType one ()
 Return 1. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType one_over_pi ()
 Return 1 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType one_over_root_two ()
 Return 1 / sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType one_over_two_pi ()
 Return 1 / (pi * 2). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType quarter_pi ()
 Return pi / 4. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_five ()
 Return sqrt(5). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_half_pi ()
 Return sqrt(pi / 2). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_ln_four ()
 Return sqrt(ln(4)). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_pi ()
 Return square root of pi. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_three ()
 Return sqrt(3). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_two ()
 Return sqrt(2). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType root_two_pi ()
 Return sqrt(2 * pi). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType tau ()
 Return unit-circle circumference, or pi * 2. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType third ()
 Return 1 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType three_over_two_pi ()
 Return pi / 2 * 3. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType two_over_pi ()
 Return 2 / pi. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType two_over_root_pi ()
 Return 2 / sqrt(pi). More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType two_pi ()
 Return pi * 2. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType two_thirds ()
 Return 2 / 3. More...
 
template<typename genType >
GLM_FUNC_DECL constexpr genType zero ()
 Return 0. More...
 

Detailed Description

GLM_GTC_constants

See also
Core features (dependence)

Definition in file constants.hpp.