Back to Mame

0.9.8: func_trigonometric.hpp File Reference

3rdparty/glm/doc/api/a00035.html

latest4.2 KB
Original Source

| | 0.9.8 |

Functions

func_trigonometric.hpp File Reference

Go to the source code of this file.

|

Functions

| | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | acos (vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | acosh (vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | asin (vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | asinh (vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | atan (vecType< T, P > const &y, vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | atan (vecType< T, P > const &y_over_x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | atanh (vecType< T, P > const &x) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | cos (vecType< T, P > const &angle) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | cosh (vecType< T, P > const &angle) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > | degrees (vecType< T, P > const &radians) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL GLM_CONSTEXPR vecType< T, P > | radians (vecType< T, P > const &degrees) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | sin (vecType< T, P > const &angle) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | sinh (vecType< T, P > const &angle) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | tan (vecType< T, P > const &angle) | | | | template<typename T , precision P, template< typename, precision > class vecType> | | GLM_FUNC_DECL vecType< T, P > | tanh (vecType< T, P > const &angle) | | |

Detailed Description

GLM Core

See alsoGLSL 4.20.8 specification, section 8.1 Angle and Trigonometry Functions

Definition in file func_trigonometric.hpp.


Generated by 1.8.10