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 >
radians (T degrees)
 
template<typename T >
degrees (T radians)
 
template<typename T >
sin (T radians)
 
template<typename T >
cos (T radians)
 
template<typename T >
tan (T radians)
 
template<typename T >
asin (T radians)
 
template<typename T >
acos (T radians)
 
template<typename T >
atan (T radians)
 
template<typename T >
atan2 (T y, T x)
 

Function Documentation

◆ radians()

template<typename T >
T radians ( degrees)
inline

Definition at line 2 of file Trigonometry.inl.

◆ degrees()

template<typename T >
T degrees ( radians)
inline

Definition at line 8 of file Trigonometry.inl.

◆ sin()

template<typename T >
T sin ( radians)
inline

Definition at line 14 of file Trigonometry.inl.

◆ cos()

template<typename T >
T cos ( radians)
inline

Definition at line 19 of file Trigonometry.inl.

◆ tan()

template<typename T >
T tan ( radians)
inline

Definition at line 24 of file Trigonometry.inl.

◆ asin()

template<typename T >
T asin ( radians)
inline

Definition at line 29 of file Trigonometry.inl.

◆ acos()

template<typename T >
T acos ( radians)
inline

Definition at line 34 of file Trigonometry.inl.

◆ atan()

template<typename T >
T atan ( radians)
inline

Definition at line 39 of file Trigonometry.inl.

◆ atan2()

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

Definition at line 44 of file Trigonometry.inl.