Searched defs:ptA (Results 1 - 5 of 5) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-angle_bisector.h41 Geom::Point ptA; member in class:Inkscape::LivePathEffect::LPEAngleBisector
H A Dlpe-tangent_to_curve.h53 Geom::Point ptA; // point of attachment to the curve member in class:Inkscape::LivePathEffect::LPETangentToCurve
H A Dlpe-bendpath.cpp191 Geom::Point ptA = path_in.pointAt(Geom::PathTime(0, 0.0)); local
195 Geom::Ray ray(ptA, B);
197 ray.setPoints(ptA, (*cubic)[1]);
203 lpe->prop_scale.param_set_value(-Geom::distance(s , ptA)/(lpe->original_height/2.0));
205 lpe->prop_scale.param_set_value(Geom::distance(s , ptA)/(lpe->original_height/2.0));
217 Geom::Point ptA = path_in.pointAt(Geom::PathTime(0, 0.0)); local
221 Geom::Ray ray(ptA, B);
223 ray.setPoints(ptA,(*cubic)[1]);
226 Geom::Point result_point = Geom::Point::polar(ray.angle(), (lpe->original_height/2.0) * lpe->prop_scale) + ptA;
230 hp.appendNew<Geom::LineSegment>(ptA);
[all...]
H A Dlpe-patternalongpath.cpp300 Geom::Point ptA = path_in->pointAt(Geom::PathTime(0, 0.0)); local
304 Geom::Ray ray(ptA, B);
306 ray.setPoints(ptA, (*cubic)[1]);
312 lpe->prop_scale.param_set_value(-Geom::distance(s , ptA)/(lpe->original_height/2.0));
314 lpe->prop_scale.param_set_value(Geom::distance(s , ptA)/(lpe->original_height/2.0));
329 Geom::Point ptA = path_in->pointAt(Geom::PathTime(0, 0.0)); local
333 Geom::Ray ray(ptA, B);
335 ray.setPoints(ptA, (*cubic)[1]);
338 Geom::Point result_point = Geom::Point::polar(ray.angle(), (lpe->original_height/2.0) * lpe->prop_scale) + ptA;
342 hp.appendNew<Geom::LineSegment>(ptA);
[all...]
/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp384 Geom::Point ptA = last_pwd2[i].valueAt(Xvalue); local
388 Geom::Point C = ptA - derivA * helper_size;
389 Geom::Point D = ptA + derivA * helper_size;

Completed in 23 milliseconds