|
Blender
V2.59
|
#include <BLI_math_geom.h>
Public Attributes | |
| struct VertexTangent * | next |
| float | tang [3] |
| float | uv [2] |
Definition at line 205 of file BLI_math_geom.h.
| struct VertexTangent* VertexTangent::next |
Definition at line 206 of file BLI_math_geom.h.
Referenced by find_vertex_tangent(), and sum_or_add_vertex_tangent().
| float VertexTangent::tang[3] |
Definition at line 207 of file BLI_math_geom.h.
Referenced by find_vertex_tangent(), and sum_or_add_vertex_tangent().
| float VertexTangent::uv[2] |
Definition at line 207 of file BLI_math_geom.h.
Referenced by find_vertex_tangent(), and sum_or_add_vertex_tangent().