|
MEPP2 Project
|
#include <boost/graph/graph_traits.hpp>#include "FEVV/Wrappings/Geometry_traits.h"#include "FEVV/Operators/Generic/Manifold/calculate_face_tangent.hpp"#include "FEVV/Filters/Generic/normalize_vector_map.h"

Go to the source code of this file.
Namespaces | |
| FEVV | |
| Interfaces for plugins These interfaces will be used for different plugins. | |
| FEVV::Filters | |
Functions | |
| template<typename HalfedgeGraph , typename PointMap , typename HalfedgeUVMap , typename VertexTangentMap > | |
| void | FEVV::Filters::calculate_halfedges_tangent (const HalfedgeGraph &g, const PointMap &pm, const HalfedgeUVMap &hum, VertexTangentMap &vtm) |
| Calculate the mesh's tangents from its halfedges. More... | |