Class template thor::TrigonometricTraits and some trigonometry-related functions and constants. More...
Go to the source code of this file.
Classes | |
| struct | thor::TrigonometricTraits< T > |
| Trigonometric traits template. More... | |
Functions | |
| template<typename T > | |
| T | thor::toDegree (T radian) |
| Converts radians to degrees. | |
| template<typename T > | |
| T | thor::toRadian (T degree) |
| Converts degrees to radians. | |
Variables | |
| const float | thor::Pi |
| The number Pi (3.1415...) More... | |
Class template thor::TrigonometricTraits and some trigonometry-related functions and constants.