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

/inkscape/src/helper/
H A Dgeom.cpp320 Geom::Coord y00t, y0tt, yttt, y1tt, y11t, y01t; local
335 y11t = s * y011 + t * y111;
337 y1tt = s * y01t + t * y11t;
341 geom_cubic_bbox_wind_distance (xttt, yttt, x1tt, y1tt, x11t, y11t, x111, y111, pt, NULL, wind, best, tolerance);

Completed in 472 milliseconds