Bromeon
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< 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 >
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.