Searched defs:y1tt (Results 1 - 1 of 1) sorted by relevance
/inkscape/src/helper/ |
H A D | geom.cpp | 320 Geom::Coord y00t, y0tt, yttt, y1tt, y11t, y01t; local 337 y1tt = s * y01t + t * y11t; 338 yttt = s * y0tt + t * y1tt; 341 geom_cubic_bbox_wind_distance (xttt, yttt, x1tt, y1tt, x11t, y11t, x111, y111, pt, NULL, wind, best, tolerance);
|
Completed in 34 milliseconds