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

/inkscape/src/live_effects/parameter/
H A Dfilletchamferpointarray.cpp629 double lenghtPart = 0; local
631 lenghtPart = length(last_pwd2[index], EPSILON);
633 if (std::abs(len) < lenghtPart && lenghtPart != 0) {
634 t = std::abs(len) / lenghtPart;
651 double lenghtPart = 0; local
662 lenghtPart = length(last_pwd2[index], EPSILON);
663 return (time * lenghtPart) * -1;

Completed in 159 milliseconds