 
Class template thor::TrigonometricTraits and some trigonometry-related functions and constants. More...
Go to the source code of this file.
| Classes | |
| struct | thor::TrigonometricTraits< float > | 
| Trigonometric traits: Specialization for float.  More... | |
| struct | thor::TrigonometricTraits< double > | 
| Trigonometric traits: Specialization for double.  More... | |
| struct | thor::TrigonometricTraits< long double > | 
| Trigonometric traits: Specialization for long double.  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...) | |
Class template thor::TrigonometricTraits and some trigonometry-related functions and constants.