Searched refs:surf (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ | ||
H A D | PathCutting.cpp | 506 double surf = 0; local 510 surf += Geom::cross(lastM, lastM - lastP); 513 surf += Geom::cross(i->p, i->p - lastP); 519 return surf; |
Completed in 17 milliseconds