Searched defs:f_u (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/2geom/ |
H A D | sbasis-2d.cpp | 151 SBasis2d f_u = partial_derivative(f , 0); local 153 SBasis2d f_uu = partial_derivative(f_u, 0); 157 Geom::Point dfA(f_u.apply(A[X],A[Y]),f_v.apply(A[X],A[Y])); 158 Geom::Point dfB(f_u.apply(B[X],B[Y]),f_v.apply(B[X],B[Y]));
|
/inkscape/src/ |
H A D | gradient-chemistry.cpp | 507 Geom::Point f_u = f_b * point_convert; local 512 sp_repr_set_svg_double(repr, "fx", f_u[Geom::X]); 513 sp_repr_set_svg_double(repr, "fy", f_u[Geom::Y]);
|
Completed in 611 milliseconds