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

/inkscape/src/livarot/
H A DPathConversion.cpp679 const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE)
681 Geom::Point const ax = iE - 2 * iM + iS;
682 Geom::Point const bx = 2 * iM - 2 * iS;
678 QuadraticPoint(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &iM, const Geom::Point &iE) argument
H A DPath.h276 static void QuadraticPoint (double t, Geom::Point &oPt, Geom::Point const &iS, Geom::Point const &iM, Geom::Point const &iE);
H A DPathSimplify.cpp271 Geom::Affine const iM = M.inverse(); member in class:Geom
272 M = iM;

Completed in 24 milliseconds