#include <patch.h>

Public Member Functions |
|
| CoreExport | PatchVec () |
| CoreExport | PatchVec (PatchVec &from) |
| void | ResetData () |
| CoreExport BOOL | AddPatch (int index) |
| CoreExport PatchVec & | operator= (PatchVec &from) |
| void | Transform (Matrix3 &tm) |
| CoreExport IOResult | Save (ISave *isave) |
| CoreExport IOResult | Load (ILoad *iload) |
Public Attributes |
|
| Point3 | p |
| int | vert |
| IntTab | patches |
| DWORD | flags |
| int | aux1 |
| int | aux2 |
| CoreExport PatchVec | ( | ) |
| void ResetData | ( | ) | [inline] |
| CoreExport BOOL AddPatch | ( | int | index | ) |
| void Transform | ( | Matrix3 & | tm | ) | [inline] |