#include <vector>
#include <papyrus/primitives.h>
#include <papyrus/shape.h>
#include <papyrus/marker.h>
Go to the source code of this file.
Classes | |
struct | Papyrus::Vertex |
A simple extension of the point primitive to include an additional value used by polyline to determine whether the vertex is absolute or relative. More... | |
class | Papyrus::Polyline |
A polyline is drawn as a set of ordered vertices relative to the shape's x,y coordinate. More... | |
Namespaces | |
namespace | Papyrus |
Typedefs | |
typedef std::vector< Vertex > | Papyrus::Vertices |