namespace Paths
class Polyline
The Polyline class. It is an ordered set of connected line segments.
Polyline-inheritance Scopes/Path.html
-Public Member functions
 constructor Polyline()

-

Create a new Polyline.
virtual void draw()
-Private Data members
std::vector<Vertex> vertices_
The data...
-Manipulators
 void add_vertex(const Vertex&)
Add a new vertex.
 void remove_vertex(size_t i)
Remove the vertex at index i.