Searched refs:iM (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/livarot/ |
H A D | PathConversion.cpp | 679 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 D | Path.h | 276 static void QuadraticPoint (double t, Geom::Point &oPt, Geom::Point const &iS, Geom::Point const &iM, Geom::Point const &iE);
|
H A D | PathSimplify.cpp | 271 Geom::Affine const iM = M.inverse(); member in class:Geom 272 M = iM;
|
Completed in 24 milliseconds