MEPP2 Project
Namespaces | Functions
AngleOperations.hpp File Reference
#include "FEVV/Tools/Math/degree_rad_conversion.h"
#include <cmath>
Include dependency graph for AngleOperations.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 FEVV
 Interfaces for plugins These interfaces will be used for different plugins.
 
 FEVV::Operators
 
 FEVV::Operators::Geometry
 

Functions

template<class T >
static T FEVV::Operators::Geometry::asin (T sine)
 Safe call to the std::asin function. More...
 
template<class T >
static T FEVV::Operators::Geometry::asin_degree (T sine)
 Safe call to the std::asin function. More...
 
template<class T >
FEVV::Operators::Geometry::acos (T cosine)
 Safe call to the std::acos function. More...
 
template<class T >
FEVV::Operators::Geometry::acos_degree (T cosine)
 Safe call to the std::acos function. More...