Searched refs:offset_pt (Results 1 - 4 of 4) sorted by relevance
/inkscape/src/live_effects/ |
H A D | lpe-offset.cpp | 31 offset_pt(_("Offset"), _("Handle to control the distance of the offset from the curve"), "offset_pt", &wr, this) 35 registerParameter(dynamic_cast<Parameter *>(&offset_pt)); 46 offset_pt.param_update_default(offset); 47 offset_pt.param_setValue(offset,true); 67 double t = nearest_time(offset_pt, pwd2_in); 69 double offset = L2(A - offset_pt);
|
H A D | lpe-parallel.cpp | 50 offset_pt(_("Offset"), _("Adjust the offset"), "offset_pt", &wr, this), 57 registerParameter(dynamic_cast<Parameter *>(&offset_pt)); 76 offset_pt.param_update_default(offset); 77 offset_pt.param_setValue(offset, true); 91 C = offset_pt - dir * length_left; 92 D = offset_pt + dir * length_right; 125 double lambda = L2(s - lpe->offset_pt) * sgn(dot(s - lpe->offset_pt, lpe->dir)); 140 double lambda = L2(s - lpe->offset_pt) * sg [all...] |
H A D | lpe-offset.h | 34 PointParam offset_pt; member in class:Inkscape::LivePathEffect::LPEOffset
|
H A D | lpe-parallel.h | 45 PointParam offset_pt; member in class:Inkscape::LivePathEffect::LPEParallel
|
Completed in 512 milliseconds