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

/inkscape/src/2geom/
H A Dsolve-bezier.cpp210 Bezier dbz = derivative(bz); local
212 debug(std::cout << "initial = " << dbz << std::endl);
213 std::vector<double> dsolutions = dbz.roots(Interval(left_t, right_t));

Completed in 10 milliseconds