Searched refs:x01t (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/helper/
H A Dgeom.cpp319 Geom::Coord x00t, x0tt, xttt, x1tt, x11t, x01t; local
327 x01t = s * x001 + t * x011;
329 x0tt = s * x00t + t * x01t;
330 x1tt = s * x01t + t * x11t;

Completed in 15 milliseconds