Go to the source code of this file.
|
double | Inkscape::LivePathEffect::getAngle (Geom::Point p1, Geom::Point p2, Geom::Point p3, bool flip_side, double fix_overlaps) |
|
std::vector< Point > | Inkscape::LivePathEffect::transformNodes (std::vector< Point > nodes, Geom::Affine transform) |
|
std::vector< Point > | Inkscape::LivePathEffect::getNodes (SPItem *item, Geom::Affine transform, bool onbbox, bool centers, bool bboxonly, double angle_projection) |
|
static void | Inkscape::LivePathEffect::extractFirstPoint (Geom::Point &dest, const Glib::ustring &lpobjid, const char *const prefix, const gint idx, SPDocument *const document) |
|