Lines Matching refs:as
21 * This function should only be applied to simple paths (regions), as otherwise
80 // Cramer's rule as cross products
158 std::vector<Point> as, bs;
159 as = A.pointAndDerivatives(s, 2);
161 Point F = as[0] - bs[0];
176 Affine jack(as[1][0], as[1][1],
188 as = A.pointAndDerivatives(ns, 2);
190 F = as[0] - bs[0];
300 //same as below but curves not paths