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

/inkscape/src/libcola/
H A Dcola.cpp253 double total_length=0; local
256 total_length+=euclidean_distance(u,v);
264 double wub=euclidean_distance(u,b)/total_length;
265 double wbv=euclidean_distance(b,v)/total_length;
/inkscape/src/live_effects/
H A Dlpe-sketch.cpp217 double total_length = 0; local
230 pathlength.concat(piecelength + total_length);
231 total_length += piece_total_length;
300 //total_length = pathlength.segs.back().at1()-pathlength.segs.front().at0();
335 //double s = total_length * ( i + tgtlength_rdm ) / (nbtangents+1.);
336 double reg_place = total_length * ( i + .5) / ( nbtangents );
337 double rdm_place = total_length * tgt_places_rdmness;

Completed in 14 milliseconds