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

/inkscape/src/live_effects/
H A Dlpe-attach-path.cpp101 std::vector<Geom::Point> derivs_2 = c->pointAndDerivatives(start_path_position >= transformedpath.size() ? 1 : (start_path_position - (int)start_path_position), 3); local
102 for (unsigned deriv_n_2 = 1; deriv_n_2 < derivs_2.size(); deriv_n_2++) {
105 start_path_curve_end.setOrigin(derivs_2[0]);
111 double endderiv = atan2(derivs_2[deriv_n_2].y(), derivs_2[deriv_n_2].x());
114 p = Geom::Path(derivs_2[0]);
115 p.appendNew<Geom::CubicBezier>(-pt2 + derivs_2[0], -pt1 + this_pathv.front().initialPoint(), this_pathv.front().initialPoint());
156 std::vector<Geom::Point> derivs_2 = c->pointAndDerivatives(end_path_position >= transformedpath.size() ? 1 : (end_path_position - (int)end_path_position), 3); local
157 for (unsigned deriv_n_2 = 1; deriv_n_2 < derivs_2.size(); deriv_n_2++) {
161 end_path_curve_end.setOrigin(derivs_2[
[all...]

Completed in 13 milliseconds