MEPP2 Project
Namespaces | Functions
calculate_face_normal.hpp File Reference
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
Include dependency graph for calculate_face_normal.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
 

Functions

template<typename HalfedgeGraph , typename PointMap , typename GeometryTraits >
GeometryTraits::Vector FEVV::Operators::calculate_face_normal (typename boost::graph_traits< HalfedgeGraph >::face_descriptor f, const HalfedgeGraph &g, const PointMap &pm, const GeometryTraits &gt)
 Calculate "some" normal to the considered face. More...