Class VertMove
See Also: Class Mesh, Class Point3.
class VertMove
Description:
This class is available in release 3.0 and later only.
This class represents the notion of a mesh edit vertex move. The public data members provide the index of the vertex moved as well as the amount of the move in X, Y, Z.
Data Members:
public:
DWORD vid;
The id of the vertex moved.
Point3 dv;
The amount of the move.
Methods:
public:
Prototype:
VertMove();
Remarks:
Constructor.
Prototype:
VertMove(DWORD i, Point3 p);
Remarks:
Constructor. The data members are initialized to the values passed.
Prototype:
~VertMove();
Remarks:
Destructor.
Prototype:
VertMove &operator=(VertMove & from);
Remarks:
Assignment operator.