Searched defs:yc (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/ui/tools/ | ||
H A D | measure-tool.cpp | 299 double yc = center[Geom::Y]; local 301 double ay = p1[Geom::Y] - yc; 303 double by = p4[Geom::Y] - yc; 310 yc + ay + (k2 * ax)); 312 yc + by - (k2 * bx)); |
Completed in 15 milliseconds