Class UVVertSet
See Also: Class Mesh, Class Point3.
class UVVertSet
Description:
This class is available in release 3.0 and later only.
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.
Data Members:
public:
DWORD vid;
The index of the vertex.
UVVert v;
The UVW vertext.
Methods:
public:
Prototype:
UVVertSet();
Remarks:
Constructor.
Prototype:
UVVertSet(DWORD i, UVVert p);
Remarks:
Constructor. The data members are initalized to the values passed.
Prototype:
~UVVertSet();
Remarks:
Destructor.
Prototype:
UVVertSet & operator=(UVVertSet & from);
Remarks:
Assignment operator.