global functions
glm::fastDistance(...)
T glm::fastDistance(const vecType< T, P > &x=P, const vecType< T, P > &y=P)
Documentation from code comments
Faster than the common distance function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastDistance(...)
genType glm::fastDistance(genType x, genType y)
Documentation from code comments
Faster than the common distance function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastInverseSqrt(...)
vecType< T, P > glm::fastInverseSqrt(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common inversesqrt function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastInverseSqrt(...)
genType glm::fastInverseSqrt(genType x)
Documentation from code comments
Faster than the common inversesqrt function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastLength(...)
T glm::fastLength(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common length function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastLength(...)
genType glm::fastLength(genType x)
Documentation from code comments
Faster than the common length function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastNormalize(...)
genType glm::fastNormalize(const genType &x)
Documentation from code comments
Faster than the common normalize function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastSqrt(...)
vecType< T, P > glm::fastSqrt(const vecType< T, P > &x=P)
Documentation from code comments
Faster than the common sqrt function but less accurate.
See also: gtx_fast_square_root extension.
glm::fastSqrt(...)
genType glm::fastSqrt(genType x)
Documentation from code comments
Faster than the common sqrt function but less accurate.
See also: gtx_fast_square_root extension.
Last updated 星期六, 17 八月 2024 20:48:28 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