#include <operatingsystem.h>
Holds UVW tag variable coordinates data.
Coordinates | |
Vector | a |
Vector | b |
Vector | c |
Vector | d |
Constructors | |
UVWStruct () | |
UVWStruct (_DONTCONSTRUCT dc) | |
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) | |
Get/Set Coordinates | |
Vector & | operator[] (Int32 index) const |
UVWStruct | ( | ) |
Default constructor.
|
explicit |
Creates an empty UVW variable without constructing the vectors.
[in] | dc | Dummy argument. Pass DC. |
Fills 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. |
Fills 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.
Vector b |
The UVW coordinate for the second point.
Vector c |
The UVW coordinate for the third point.
Vector d |
The UVW coordinate for the fourth point.