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 Saturday, 17 August 2024 20:48:29 UTC - 99bfb4fd7929e233b87b05758efc36f91505592e
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