![]() |
GLM_GTX_reciprocal extension: Define secant, cosecant and cotangent functions. More...
Functions | |
template<typename genType > | |
genType | acot (genType const &x) |
Inverse cotangent function. | |
template<typename genType > | |
genType | acoth (genType const &x) |
Inverse cotangent hyperbolic function. | |
template<typename genType > | |
genType | acsc (genType const &x) |
Inverse cosecant function. | |
template<typename genType > | |
genType | acsch (genType const &x) |
Inverse cosecant hyperbolic function. | |
template<typename genType > | |
genType | asec (genType const &x) |
Inverse secant function. | |
template<typename genType > | |
genType | asech (genType const &x) |
Inverse secant hyperbolic function. | |
template<typename genType > | |
genType | cot (genType const &angle) |
Cotangent function. | |
template<typename genType > | |
genType | coth (genType const &angle) |
Cotangent hyperbolic function. | |
template<typename genType > | |
genType | csc (genType const &angle) |
Cosecant function. | |
template<typename genType > | |
genType | csch (genType const &angle) |
Cosecant hyperbolic function. | |
template<typename genType > | |
genType | sec (genType const &angle) |
Secant function. | |
template<typename genType > | |
genType | sech (genType const &angle) |
Secant hyperbolic function. |
GLM_GTX_reciprocal extension: Define secant, cosecant and cotangent functions.