Go to the source code of this file.
|
| FEVV |
| Interfaces for plugins These interfaces will be used for different plugins.
|
|
| FEVV::Operators |
|
|
template<typename HalfedgeGraph , typename PointMap , typename Vector , typename VertexTangentMap > |
void | FEVV::Operators::calculate_face_tangent (typename boost::graph_traits< HalfedgeGraph >::face_descriptor f, const HalfedgeGraph &g, const PointMap &pm, const Vector &uv1, const Vector &uv2, const Vector &uv3, VertexTangentMap &vtm) |
| Calculate a face tangent, then accumulate its value on every vertices it contains to average them; final vertex tangents are normalized later. More...
|
|