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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp299 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