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 星期二, 19 十一月 2024 17:26:15 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