gtx_fast_exponential Module Reference
Include < glm/gtx/fast_exponential.hpp > to use the features of this extension.
Fast but less accurate implementations of exponential based functions.
Public Member Functions
-
GLM_FUNC_DECL genTypefastPow (genType x, genType y)
Faster than the common pow function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastPow (vec< L, T, Q > const &x, vec< L, T, Q > const &y)
Faster than the common pow function but less accurate.
- See Also
-
GLM_FUNC_DECL genTypeTfastPow (genTypeT x, genTypeU y)
Faster than the common pow function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastPow (vec< L, T, Q > const &x)
Faster than the common pow function but less accurate.
- See Also
-
GLM_FUNC_DECL TfastExp (T x)
Faster than the common exp function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastExp (vec< L, T, Q > const &x)
Faster than the common exp function but less accurate.
- See Also
-
GLM_FUNC_DECL TfastLog (T x)
Faster than the common log function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastLog (vec< L, T, Q > const &x)
Faster than the common exp2 function but less accurate.
- See Also
-
GLM_FUNC_DECL TfastExp2 (T x)
Faster than the common exp2 function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastExp2 (vec< L, T, Q > const &x)
Faster than the common exp2 function but less accurate.
- See Also
-
GLM_FUNC_DECL TfastLog2 (T x)
Faster than the common log2 function but less accurate.
- See Also
-
GLM_FUNC_DECL vec< L, T, Q >fastLog2 (vec< L, T, Q > const &x)
Faster than the common log2 function but less accurate.
- See Also