Lugdunum  0.1.0
Functions
Trigonometry.inl File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T >
T radians (T degrees)
 
template<typename T >
T degrees (T radians)
 
template<typename T >
T sin (T radians)
 
template<typename T >
T cos (T radians)
 
template<typename T >
T tan (T radians)
 
template<typename T >
T asin (T radians)
 
template<typename T >
T acos (T radians)
 
template<typename T >
T atan (T radians)
 
template<typename T >
T atan2 (T y, T x)
 

Function Documentation

◆ radians()

template<typename T >
T radians ( T  degrees)
inline

Definition at line 2 of file Trigonometry.inl.

◆ degrees()

template<typename T >
T degrees ( T  radians)
inline

Definition at line 8 of file Trigonometry.inl.

◆ sin()

template<typename T >
T sin ( T  radians)
inline

Definition at line 14 of file Trigonometry.inl.

◆ cos()

template<typename T >
T cos ( T  radians)
inline

Definition at line 19 of file Trigonometry.inl.

◆ tan()

template<typename T >
T tan ( T  radians)
inline

Definition at line 24 of file Trigonometry.inl.

◆ asin()

template<typename T >
T asin ( T  radians)
inline

Definition at line 29 of file Trigonometry.inl.

◆ acos()

template<typename T >
T acos ( T  radians)
inline

Definition at line 34 of file Trigonometry.inl.

◆ atan()

template<typename T >
T atan ( T  radians)
inline

Definition at line 39 of file Trigonometry.inl.

◆ atan2()

template<typename T >
T atan2 ( T  y,
T  x 
)
inline

Definition at line 44 of file Trigonometry.inl.