Class to store a Polygon of an Object. More...
#include <TmxPolygon.h>
Public Member Functions | |
void | Parse (const tinyxml2::XMLNode *polygonNode) |
Parse the polygon node. | |
const Tmx::Point & | GetPoint (int index) const |
Get one of the vertices. | |
int | GetNumPoints () const |
Get the number of vertices. | |