MEPP2 Project
|
#include <cmath>
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... | |