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

/inkscape/src/ui/tools/
H A Dmeasure-tool.cpp298 double xc = center[Geom::X]; local
300 double ax = p1[Geom::X] - xc;
302 double bx = p4[Geom::X] - xc;
309 Geom::Point p2(xc + ax - (k2 * ay),
311 Geom::Point p3(xc + bx + (k2 * by),

Completed in 14 milliseconds