#include <patch.h>
Public Member Functions |
|
CoreExport | PatchTVert () |
CoreExport | PatchTVert (float u, float v, float w) |
CoreExport | operator UVVert & () |
CoreExport PatchTVert & | operator= (const UVVert &from) |
Public Attributes |
|
UVVert | p |
int | aux1 |
CoreExport PatchTVert | ( | ) | [inline] |
CoreExport PatchTVert | ( | float | u, |
float | v, | ||
float | w | ||
) | [inline] |
CoreExport operator UVVert & | ( | ) | [inline] |
{ return p; }
CoreExport PatchTVert& operator= | ( | const UVVert & | from | ) | [inline] |
{ p=from; return *this; }