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

/inkscape/src/helper/
H A Dgeom.cpp319 Geom::Coord x00t, x0tt, xttt, x1tt, x11t, x01t; local
330 x1tt = s * x01t + t * x11t;
331 xttt = s * x0tt + t * x1tt;
341 geom_cubic_bbox_wind_distance (xttt, yttt, x1tt, y1tt, x11t, y11t, x111, y111, pt, NULL, wind, best, tolerance);

Completed in 27 milliseconds