Functions
GLM_GTX_fast_exponential
GTX Extensions (Experimental)

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

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
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
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
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
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
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
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 Thu Jun 6 2019 21:59:38