MEPP2 Project
Namespaces | Functions
tangents.hpp File Reference
#include <cmath>
Include dependency graph for tangents.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 Point , typename Vector >
Vector FEVV::Operators::calculate_triangle_tangent (const Point &pt1, const Point &pt2, const Point &pt3, const Vector &uv1, const Vector &uv2, const Vector &uv3)
 Calculate the actual face tangent from three connected vertices' positions & texture coordinates. More...