Searched refs:pxs (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/2geom/
H A Dintersection-graph.cpp104 std::vector<PVIntersection> pxs = _pv[0].intersect(_pv[1], precision); local
107 if (pxs.empty()) return false;
117 for (std::size_t i = 0; i < pxs.size(); ++i) {
123 xa->pos = pxs[i].first;
124 xb->pos = pxs[i].second;
125 xa->p = xb->p = pxs[i].point();

Completed in 14 milliseconds