Functions
GLM_GTX_fast_exponential

Fast but less accurate implementations of exponential based functions. More...

Collaboration diagram for GLM_GTX_fast_exponential:

Functions

template<typename T >
GLM_FUNC_DECL T glm::fastExp (const T &x)
 
template<typename T >
GLM_FUNC_DECL T glm::fastExp2 (const T &x)
 
template<typename T >
GLM_FUNC_DECL T glm::fastLn (const T &x)
 
template<typename T >
GLM_FUNC_DECL T glm::fastLog (const T &x)
 
template<typename T >
GLM_FUNC_DECL T glm::fastLog2 (const T &x)
 
template<typename genType >
GLM_FUNC_DECL genType glm::fastPow (genType const &x, genType const &y)
 
template<typename genTypeT , typename genTypeU >
GLM_FUNC_DECL genTypeT glm::fastPow (genTypeT const &x, genTypeU const &y)
 

Detailed Description

Fast but less accurate implementations of exponential based functions.

<glm/gtx/fast_exponential.hpp> need to be included to use these functionalities.

Function Documentation

◆ fastExp()

template<typename T >
GLM_FUNC_DECL T glm::fastExp ( const T x)

Faster than the common exp function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastExp2()

template<typename T >
GLM_FUNC_DECL T glm::fastExp2 ( const T x)

Faster than the common exp2 function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastLn()

template<typename T >
GLM_FUNC_DECL T glm::fastLn ( const T x)

Faster than the common ln function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastLog()

template<typename T >
GLM_FUNC_DECL T glm::fastLog ( const T x)

Faster than the common log function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastLog2()

template<typename T >
GLM_FUNC_DECL T glm::fastLog2 ( const T x)

Faster than the common log2 function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastPow() [1/2]

template<typename genType >
GLM_FUNC_DECL genType glm::fastPow ( genType const &  x,
genType const &  y 
)

Faster than the common pow function but less accurate.

See also
GLM_GTX_fast_exponential

◆ fastPow() [2/2]

template<typename genTypeT , typename genTypeU >
GLM_FUNC_DECL genTypeT glm::fastPow ( genTypeT const &  x,
genTypeU const &  y 
)

Faster than the common pow function but less accurate.

See also
GLM_GTX_fast_exponential


rtabmap
Author(s): Mathieu Labbe
autogenerated on Mon Jan 23 2023 03:38:59