MEPP2 Project
|
#include <boost/graph/graph_traits.hpp>
#include <boost/graph/properties.hpp>
#include "FEVV/Wrappings/Geometry_traits.h"
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 >) |
Calculate "some" normal to the considered face. More... | |