#include <c4d_uvwstruct.h>
Public Member Functions | |
UVWStruct () | |
UVWStruct (const Vector &t_a, const Vector &t_b, const Vector &t_c, const Vector &t_d) | |
UVWStruct (const Vector &t_a, const Vector &t_b, const Vector &t_c) | |
Public Attributes | |
Vector | a |
Vector | b |
Vector | c |
Vector | d |
Struct holding UVW data.
UVWStruct | ( | ) |
Creates an empty (all zero) UVW variable.
Constructs the UVW data with the coordinates for a quadrangle.
[in] | t_a | The coordinates of the first point. |
[in] | t_b | The coordinates of the second point. |
[in] | t_c | The coordinates of the third point. |
[in] | t_d | The coordinates of the fourth point. |
Constructs the UVW data with the coordinates for a triangle.
[in] | t_a | The coordinates of the first point. |
[in] | t_b | The coordinates of the second point. |
[in] | t_c | The coordinates of the third point. |
Vector a |
The UVW coordinate for the first point in the polygon.
Vector b |
The UVW coordinate for the second point in the polygon.
Vector c |
The UVW coordinate for the third point in the polygon.
Vector d |
The UVW coordinate for the fourth point in the polygon.