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 金曜日, 02 5月 2025 18:57:59 UTC - 0cfbc5eb74e8f627fe4da3fb60a3ee56ee64a172
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