Papyrus::Vertex Struct Reference
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...
#include <polyline.h>
List of all members.
Public Member Functions |
| Vertex (double vx=0.0, double vy=0.0, bool vrelative=false) |
| Vertex (const Point &p, bool vrelative=false) |
| Vertex (const Vertex &v) |
Public Attributes |
bool | relative |
Detailed Description
A simple extension of the point primitive to include an additional value used by polyline to determine whether the vertex is absolute or relative.
Constructor & Destructor Documentation
Papyrus::Vertex::Vertex |
( |
double |
vx = 0.0 , |
|
|
double |
vy = 0.0 , |
|
|
bool |
vrelative = false | |
|
) |
| | [inline] |
Papyrus::Vertex::Vertex |
( |
const Point & |
p, |
|
|
bool |
vrelative = false | |
|
) |
| | [inline] |
Papyrus::Vertex::Vertex |
( |
const Vertex & |
v |
) |
[inline] |
Member Data Documentation
The documentation for this struct was generated from the following file: