MEPP2 Project
Namespaces | Functions
calculate_vertices_tangent.hpp File Reference
#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"
Include dependency graph for calculate_vertices_tangent.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::Filters
 

Functions

template<typename HalfedgeGraph , typename PointMap , typename VertexUVMap , typename VertexTangentMap >
void FEVV::Filters::calculate_vertices_tangent (const HalfedgeGraph &g, const PointMap &pm, const VertexUVMap &vum, VertexTangentMap &vtm)
 Calculate the mesh's tangents from its vertices. More...