GLM_GTC_reciprocal
More...
#include "../detail/setup.hpp"
#include "reciprocal.inl"
Go to the source code of this file.
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::sec (genType angle) |
| Secant function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::csc (genType angle) |
| Cosecant function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::cot (genType angle) |
| Cotangent function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::asec (genType x) |
| Inverse secant function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::acsc (genType x) |
| Inverse cosecant function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::acot (genType x) |
| Inverse cotangent function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::sech (genType angle) |
| Secant hyperbolic function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::csch (genType angle) |
| Cosecant hyperbolic function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::coth (genType angle) |
| Cotangent hyperbolic function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::asech (genType x) |
| Inverse secant hyperbolic function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::acsch (genType x) |
| Inverse cosecant hyperbolic function. More...
|
|
template<typename genType > |
GLM_FUNC_DECL genType | glm::acoth (genType x) |
| Inverse cotangent hyperbolic function. More...
|
|