#include <meshdelta.h>
This class represents the notion of a mesh edit UVW vertex assignment.
The public data members provide the index of the vertex as well as the UVWVert.
Public Member Functions |
|
| UVVertSet () | |
| UVVertSet (DWORD i, UVVert p) | |
| ~UVVertSet () | |
| UVVertSet & | operator= (const UVVertSet &from) |
Public Attributes |
|
| DWORD | vid |
| The index of the vertex. |
|
| UVVert | v |
| The UVW vertex. |
|
| UVVertSet | ( | ) | [inline] |
{}
| ~UVVertSet | ( | ) | [inline] |
{}
| DWORD vid |
The index of the vertex.
The UVW vertex.