Searched refs:end_point (Results 1 - 8 of 8) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-mirror_symmetry.cpp | 77 end_point(_("End mirror line"), _("End mirror line"), "end_point", &wr, this, "Adjust end of mirroring") 85 registerParameter( &end_point); 113 end_point.param_setValue(point_b); 119 end_point.param_setValue(end_point * trans); 120 line_separation.setPoints(start_point, end_point); 122 center_point = Geom::middle_point((Geom::Point)start_point, (Geom::Point)end_point); 123 line_separation.setPoints(start_point, end_point); 134 end_point [all...] |
H A D | lpe-mirror_symmetry.h | 63 PointParam end_point; member in class:Inkscape::LivePathEffect::LPEMirrorSymmetry
|
H A D | lpe-transform_2pts.cpp | 164 Geom::Point end_point = Geom::Point::polar(previous_angle, previous_lenght) + (Geom::Point)start; local 165 end.param_setValue(end_point);
|
/inkscape/src/extension/internal/ |
H A D | grid.cpp | 69 Geom::Point end_point = start_point; local 70 end_point[1-axis] = (bounding_area.max())[1-axis]; 73 .lineTo(end_point + point_offset);
|
/inkscape/src/extension/plugins/grid2/ |
H A D | grid.cpp | 72 Geom::Point end_point = start_point; local 73 end_point[1-axis] = (bounding_area.max())[1-axis]; 76 .lineTo(end_point + point_offset);
|
/inkscape/src/ui/tools/ |
H A D | measure-tool.h | 60 void setLine(Geom::Point start_point,Geom::Point end_point, bool markers, guint32 color, Inkscape::XML::Node *measure_repr = NULL);
|
H A D | measure-tool.cpp | 875 void MeasureTool::setLine(Geom::Point start_point,Geom::Point end_point, bool markers, guint32 color, Inkscape::XML::Node *measure_repr) argument 884 path.appendNew<Geom::LineSegment>(desktop->doc2dt(end_point));
|
/inkscape/share/extensions/ |
H A D | gcodetools.py | 4488 end_point = lines[0][3:] 4489 print_("!!!",lines,"\n",end_point) 4492 dist = [ [point_to_point_d2(end_point,lines[i][1:3]),i] for i in range(len(lines))] 4495 end_point = lines[i][3:]
|
Completed in 43 milliseconds