Inkscape
Vector Graphics Editor
Loading...
Searching...
No Matches
lpe-measure-segments.cpp File Reference

Go to the source code of this file.

Namespaces

namespace  Inkscape
 Helper class to stream background task notifications as a series of messages.
 
namespace  Inkscape::LivePathEffect
 Live Path Effects code.
 

Functions

double Inkscape::LivePathEffect::getAngle (Geom::Point p1, Geom::Point p2, Geom::Point p3, bool flip_side, double fix_overlaps)
 
std::vector< PointInkscape::LivePathEffect::transformNodes (std::vector< Point > nodes, Geom::Affine transform)
 
std::vector< PointInkscape::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)
 

Variables

static const Util::EnumData< OrientationMethodInkscape::LivePathEffect::OrientationMethodData []
 
static const Util::EnumDataConverter< OrientationMethodInkscape::LivePathEffect::OMConverter (OrientationMethodData, OM_END)