#include <mnmesh.h>

Public Member Functions | 
|
| MNVert () | |
| Initializes the MNVert.  | 
|
| DllExport MNVert & | operator= (const MNVert &from) | 
| Assignment operator.  | 
|
| bool | operator== (const MNVert &from) | 
| Comparison operator.  | 
|
Public Attributes | 
|
| Point3 | p | 
| The location of the vertex.  | 
|
| int | orig | 
Assignment operator.
Copies over all data from "from".
| bool operator== | ( | const MNVert & | from | ) | [inline] | 
Comparison operator.
{ return (from.p==p)&&(from.ExportFlags()==ExportFlags()); }
The location of the vertex.
| int orig |