MEPP2 Project
Namespaces | Functions
triangle_rad_angle.hpp File Reference
#include "FEVV/Wrappings/Geometry_traits.h"
#include "FEVV/Operators/Geometry/AngleOperations.hpp"
#include "FEVV/Tools/Math/MatrixOperations.hpp"
Include dependency graph for triangle_rad_angle.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<typename GeometryTraits >
GeometryTraits::Scalar FEVV::Operators::Geometry::triangle_rad_angle (const typename GeometryTraits::Point &a, const typename GeometryTraits::Point &b, const typename GeometryTraits::Point &c, const GeometryTraits &gt)
 Compute the angle of a triangle (given by 3 points). More...