#include <meshdelta.h>
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.
Public Member Functions |
|
VertMove () | |
VertMove (DWORD i, Point3 p) | |
~VertMove () | |
VertMove & | operator= (const VertMove &from) |
Public Attributes |
|
DWORD | vid |
The id of the vertex moved. |
|
Point3 | dv |
The amount of the move. |
VertMove | ( | ) | [inline] |
{}
~VertMove | ( | ) | [inline] |
{}
DWORD vid |
The id of the vertex moved.
The amount of the move.