Searched defs:lensq (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/livarot/ | ||
H A D | PathConversion.cpp | 722 double const lensq = dot(cse,cse); local 723 Geom::Point csd = ( ( lensq < 4 724 ? sqrt( 1/lensq - .25 ) |
Completed in 46 milliseconds