Public Member Functions | |
TriangulatorPoly (const TriangulatorPoly &src) | |
TriangulatorPoly & | operator= (const TriangulatorPoly &src) |
long | GetNumPoints () |
bool | IsHole () |
void | SetHole (bool hole) |
Vector2 & | GetPoint (long i) |
Vector2 * | GetPoints () |
Vector2 & | operator[] (int i) |
void | Clear () |
void | Init (long numpoints) |
void | Triangle (Vector2 &p1, Vector2 &p2, Vector2 &p3) |
void | Invert () |
int | GetOrientation () |
void | SetOrientation (int orientation) |
Protected Attributes | |
Vector2 * | points |
long | numpoints |
bool | hole |