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

/inkscape/src/2geom/
H A Dsbasis-2d.cpp160 Geom::Point V0 = rot90(dfA); local
163 double D2fVV0 = f_uu.apply(A[X],A[Y])*V0[X]*V0[X]+
164 2*f_uv.apply(A[X],A[Y])*V0[X]*V0[Y]+
165 f_vv.apply(A[X],A[Y])*V0[Y]*V0[Y];
170 std::vector<D2<SBasis> > candidates = cubics_fitting_curvature(A,B,V0,V1,D2fVV0,D2fVV1);
H A Dsbasis-geometric.cpp694 Point V0 = lambda0[i]*dM0;
700 c[1] = Linear( M0[dim]-M1[dim]+V0[dim],

Completed in 16 milliseconds