Lugdunum  0.1.0
Namespaces | Functions
Trigonometry.hpp File Reference
#include <cmath>
#include <limits>
#include <lug/Math/Geometry/Trigonometry.inl>
Include dependency graph for Trigonometry.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 lug
 
 lug::Math
 
 lug::Math::Geometry
 

Functions

template<typename T = double>
lug::Math::Geometry::radians (T degrees)
 
template<typename T = double>
lug::Math::Geometry::degrees (T radians)
 
template<typename T = double>
lug::Math::Geometry::sin (T radians)
 
template<typename T = double>
lug::Math::Geometry::cos (T radians)
 
template<typename T = double>
lug::Math::Geometry::tan (T radians)
 
template<typename T = double>
lug::Math::Geometry::asin (T radians)
 
template<typename T = double>
lug::Math::Geometry::acos (T radians)
 
template<typename T = double>
lug::Math::Geometry::atan (T radians)
 
template<typename T = double>
lug::Math::Geometry::atan2 (T y, T x)