#include <polygon.h>
Public Member Functions | |
Polygon () | |
Polygon (unsigned short v0, unsigned short v1, unsigned short v2) | |
Polygon (unsigned short *pusIndices) | |
Polygon (const Polygon &rkPoly) | |
unsigned short & | operator[] (int iIndex) |
Polygon & | operator= (const Polygon &rkPoly) |
bool | operator== (const Polygon &rkPoly) const |
bool | operator< (const Polygon &rkPoly) const |
Public Attributes | |
unsigned short | v [3] |
|
|
|
|
|
|
|
|
|
Array access (no range check)
|
|
|
|
Useful operator, compare two polygons
|
|
Dummy method for Win32 compatibility (template instantiation)
|
|
Indices |