Public Member Functions | |
void | quantize (int nDirections) |
void | rotate (double theta) |
void | shear (double k1, double k2) |
void | scale (float s) |
void | scale (float sx, float sy) |
void | setCOM () |
void | trans (Point2D< float > p) |
void | setWeights () |
void | getBoundary (double &minx, double &miny, double &maxx, double &maxy) |
double | getRadius () |
void | addLine (const Line &line) |
Line | getLine (int i) |
size_t | getNumLines () |
double | getLength () |
Definition at line 52 of file Polygon.H.