global functions
glm::acot(...)
genType glm::acot(genType x)
Documentation from code comments
Inverse cotangent function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::acoth(...)
genType glm::acoth(genType x)
Documentation from code comments
Inverse cotangent hyperbolic function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::acsc(...)
genType glm::acsc(genType x)
Documentation from code comments
Inverse cosecant function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::acsch(...)
genType glm::acsch(genType x)
Documentation from code comments
Inverse cosecant hyperbolic function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::asec(...)
genType glm::asec(genType x)
Documentation from code comments
Inverse secant function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::asech(...)
genType glm::asech(genType x)
Documentation from code comments
Inverse secant hyperbolic function.
@return Return an angle expressed in radians.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::cot(...)
genType glm::cot(genType angle)
Documentation from code comments
Cotangent function. adjacent / opposite or 1 / tan(x)
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::coth(...)
genType glm::coth(genType angle)
Documentation from code comments
Cotangent hyperbolic function.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::csc(...)
genType glm::csc(genType angle)
Documentation from code comments
Cosecant function. hypotenuse / opposite or 1 / sin(x)
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::csch(...)
genType glm::csch(genType angle)
Documentation from code comments
Cosecant hyperbolic function.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::sec(...)
genType glm::sec(genType angle)
Documentation from code comments
Secant function. hypotenuse / adjacent or 1 / cos(x)
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
glm::sech(...)
genType glm::sech(genType angle)
Documentation from code comments
Secant hyperbolic function.
Type parameters:
genType Floating-point scalar or vector types.
See also: gtc_reciprocal
Last updated Saturday, 17 August 2024 20:48:34 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