global functions
glm::fastExp(...)
vecType< T, P > glm::fastExp(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common exp function but less accurate.
See also: gtx_fast_exponential
glm::fastExp(...)
T glm::fastExp(T x)
Documentation from code comments
Faster than the common exp function but less accurate.
See also: gtx_fast_exponential
glm::fastExp2(...)
vecType< T, P > glm::fastExp2(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common exp2 function but less accurate.
See also: gtx_fast_exponential
glm::fastExp2(...)
T glm::fastExp2(T x)
Documentation from code comments
Faster than the common exp2 function but less accurate.
See also: gtx_fast_exponential
glm::fastLog(...)
vecType< T, P > glm::fastLog(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common exp2 function but less accurate.
See also: gtx_fast_exponential
glm::fastLog(...)
T glm::fastLog(T x)
Documentation from code comments
Faster than the common log function but less accurate.
See also: gtx_fast_exponential
glm::fastLog2(...)
vecType< T, P > glm::fastLog2(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common log2 function but less accurate.
See also: gtx_fast_exponential
glm::fastLog2(...)
T glm::fastLog2(T x)
Documentation from code comments
Faster than the common log2 function but less accurate.
See also: gtx_fast_exponential
glm::fastPow(...)
vecType< T, P > glm::fastPow(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common pow function but less accurate.
See also: gtx_fast_exponential
glm::fastPow(...)
vecType< T, P > glm::fastPow(const vecType< T, P > &x=P, const vecType< T, P > &y=P)
Documentation from code comments
Faster than the common pow function but less accurate.
See also: gtx_fast_exponential
glm::fastPow(...)
genType glm::fastPow(genType x, genType y)
Documentation from code comments
Faster than the common pow function but less accurate.
See also: gtx_fast_exponential
glm::fastPow(...)
genTypeT glm::fastPow(genTypeT x, genTypeU y)
Documentation from code comments
Faster than the common pow function but less accurate.
See also: gtx_fast_exponential
Last updated 星期二, 19 十一月 2024 17:26:11 UTC - 2537ee49f6d46d5fe98e408849448314fd1f180e
If you have any doubt about the usage of this module you can ask in the forum.
If you want to contribute better documentation or start documenting this section you can do so here
If you find anything wrong with this docs you can report any error by opening an issue