|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
An open or closed polyline for TikZ rendering. More...
#include <tikzgeom.H>
Public Attributes | |
| std::vector< Point > | vertices |
| Ordered vertices. | |
| bool | closed = false |
| Whether to close the polyline. | |
An open or closed polyline for TikZ rendering.
Unlike Polygon, this type stores raw vertices without colinearity merging. It is used by Bézier polyline approximations where every sample point must be preserved.
Definition at line 149 of file tikzgeom.H.
Whether to close the polyline.
Definition at line 152 of file tikzgeom.H.
| std::vector<Point> Aleph::Tikz_Polyline::vertices |
Ordered vertices.
Definition at line 151 of file tikzgeom.H.