49 void Parse(
const tinyxml2::XMLNode *polylineNode);
58 std::vector< Tmx::Point > points;
void Parse(const tinyxml2::XMLNode *polylineNode)
Parse the polyline node.
Definition: TmxPolyline.cpp:40
const Tmx::Point & GetPoint(int index) const
Get one of the vertices.
Definition: TmxPolyline.h:52
Class to store a Polyline of an Object.
Definition: TmxPolyline.h:43
Used to store a vertex of a Polygon/Polyline.
Definition: TmxPoint.h:35
int GetNumPoints() const
Get the number of vertices.
Definition: TmxPolyline.h:55