Define secant, cosecant and cotangent functions. More...
Functions | |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::acot (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::acoth (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::acsc (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::acsch (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::asec (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::asech (genType const &x) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::cot (genType const &angle) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::coth (genType const &angle) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::csc (genType const &angle) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::csch (genType const &angle) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::sec (genType const &angle) |
template<typename genType > | |
GLM_FUNC_DECL genType | glm::sech (genType const &angle) |
Define secant, cosecant and cotangent functions.
<glm/gtc/reciprocal.hpp> need to be included to use these features.
GLM_FUNC_DECL genType glm::acot | ( | genType const & | x | ) |
Inverse cotangent function.
GLM_FUNC_DECL genType glm::acoth | ( | genType const & | x | ) |
Inverse cotangent hyperbolic function.
GLM_FUNC_DECL genType glm::acsc | ( | genType const & | x | ) |
Inverse cosecant function.
GLM_FUNC_DECL genType glm::acsch | ( | genType const & | x | ) |
Inverse cosecant hyperbolic function.
GLM_FUNC_DECL genType glm::asec | ( | genType const & | x | ) |
Inverse secant function.
GLM_FUNC_DECL genType glm::asech | ( | genType const & | x | ) |
Inverse secant hyperbolic function.
GLM_FUNC_DECL genType glm::cot | ( | genType const & | angle | ) |
Cotangent function. adjacent / opposite or 1 / tan(x)
GLM_FUNC_DECL genType glm::coth | ( | genType const & | angle | ) |
Cotangent hyperbolic function.
GLM_FUNC_DECL genType glm::csc | ( | genType const & | angle | ) |
Cosecant function. hypotenuse / opposite or 1 / sin(x)
GLM_FUNC_DECL genType glm::csch | ( | genType const & | angle | ) |
Cosecant hyperbolic function.
GLM_FUNC_DECL genType glm::sec | ( | genType const & | angle | ) |
Secant function. hypotenuse / adjacent or 1 / cos(x)
GLM_FUNC_DECL genType glm::sech | ( | genType const & | angle | ) |
Secant hyperbolic function.