gtc_reciprocal Module Reference
Include < glm/gtc/reciprocal.hpp > to use the features of this extension.
Define secant, cosecant and cotangent functions.
Public Member Functions
-
GLM_FUNC_DECL genTypesec (genType angle)
Secant function. hypotenuse / adjacent or 1 / cos(x)
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypecsc (genType angle)
Cosecant function. hypotenuse / opposite or 1 / sin(x)
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypecot (genType angle)
Cotangent function. adjacent / opposite or 1 / tan(x)
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeasec (genType x)
Inverse secant function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeacsc (genType x)
Inverse cosecant function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeacot (genType x)
Inverse cotangent function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypesech (genType angle)
Secant hyperbolic function.
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypecsch (genType angle)
Cosecant hyperbolic function.
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypecoth (genType angle)
Cotangent hyperbolic function.
genType
Floating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeasech (genType x)
Inverse secant hyperbolic function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeacsch (genType x)
Inverse cosecant hyperbolic function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also
-
GLM_FUNC_DECL genTypeacoth (genType x)
Inverse cotangent hyperbolic function.
Return an angle expressed in radians.
genTypeFloating-point scalar or vector types.
- See Also