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

/inkscape/src/livarot/
H A DPathCutting.cpp115 double curLength=0; local
136 double stLength=curLength;
137 double enLength=curLength+nl;
139 if ( curLength <= head && curLength+nl > head ) {
140 nl-=head-curLength;
141 curLength=head;
155 Geom::Point p=(enLength-curLength)*lastP+(curLength-stLength)*n;
160 pT=(lastT*(enLength-curLength)
[all...]

Completed in 15 milliseconds