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