Searched defs:endPt (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dsp-conn-end-pair.cpp272 Geom::Point endPt[2]; local
273 getEndpoints(endPt);
275 Avoid::Point src(endPt[0][Geom::X], endPt[0][Geom::Y]);
276 Avoid::Point dst(endPt[1][Geom::X], endPt[1][Geom::Y]);
375 Geom::Point endPt[2]; local
376 getEndpoints(endPt);
378 Avoid::Point src(endPt[0][Geom::X], endPt[
[all...]
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp214 Geom::Point pick_solution(std::vector<Geom::ShapeIntersection> points, Geom::Point tang2, Geom::Point endPt) argument
218 if ( dot(tang2, points[0].point() - endPt) > 0 ) {
221 } else if ( dot(tang2, points[1].point() - endPt) > 0 ) { // points[0] could be good, now check points[1]
226 sol = ( distanceSq(endPt, points[0].point()) < distanceSq(endPt, points[1].point()) )
364 Geom::Point endPt = outgoing.initialPoint(); local
370 // std::cout << " startPt: " << startPt << " endPt: " << endPt << std::endl;
399 double side2 = tang2[Geom::X]*( endPt[Geom::Y]-center2[Geom::Y]) - tang2[Geom::Y]*( endPt[Geo
[all...]

Completed in 182 milliseconds