|
Lugdunum
0.1.0
|
Go to the source code of this file.
Namespaces | |
| lug | |
| lug::Math | |
| lug::Math::Geometry | |
Functions | |
| template<typename T = double> | |
| T | lug::Math::Geometry::radians (T degrees) |
| template<typename T = double> | |
| T | lug::Math::Geometry::degrees (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::sin (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::cos (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::tan (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::asin (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::acos (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::atan (T radians) |
| template<typename T = double> | |
| T | lug::Math::Geometry::atan2 (T y, T x) |
1.8.13