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 화요일, 19 11월 2024 17:26:10 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