Inkscape
Vector Graphics Editor
|
Points of the polyline approximation. More...
#include <Path.h>
Public Member Functions | |
path_lineto (bool m, Geom::Point const &pp) | |
path_lineto (bool m, Geom::Point const &pp, int pie, double tt) | |
Public Attributes | |
int | isMoveTo |
Geom::Point | p |
int | piece = -1 |
double | t = 0.0 |
bool | closed = false |
Points of the polyline approximation.
Since the polyline approximation approximates a Path which can have multiple subpaths, the approximation can also have a set of continuous polylines.
|
inline |
|
inline |
bool Path::path_lineto::closed = false |
int Path::path_lineto::isMoveTo |
Geom::Point Path::path_lineto::p |
int Path::path_lineto::piece = -1 |
double Path::path_lineto::t = 0.0 |