|
MEPP2 Project
|
#include "FEVV/Wrappings/Geometry_traits.h"#include "FEVV/Operators/Geometry/AngleOperations.hpp"#include "FEVV/Tools/Math/MatrixOperations.hpp"

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 >) |
| Compute the angle of a triangle (given by 3 points). More... | |