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

/inkscape/src/live_effects/
H A Dlpe-knot.cpp427 std::vector<Point> flag_i = gpaths[i][curveidx].pointAndDerivatives(t,1); local
435 int geom_sign = ( cross(flag_i[1], flag_j[1]) < 0 ? 1 : -1);
444 std::swap(flag_i,flag_j);

Completed in 15 milliseconds