Classes | Functions | Variables
Math/Trigonometry.hpp File Reference

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 >
thor::toDegree (T radian)
 Converts radians to degrees.
template<typename T >
thor::toRadian (T degree)
 Converts degrees to radians.

Variables

const float thor::Pi
 The number Pi (3.1415...)

Detailed Description

Class template thor::TrigonometricTraits and some trigonometry-related functions and constants.