MEPP2 Project
|
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 > | |
T | FEVV::Operators::Geometry::acos (T cosine) |
Safe call to the std::acos function. More... | |
template<class T > | |
T | FEVV::Operators::Geometry::acos_degree (T cosine) |
Safe call to the std::acos function. More... | |