Searched refs:CubicTangent (Results 1 - 3 of 3) sorted by relevance
/inkscape/src/livarot/ |
H A D | Path.h | 277 static void CubicTangent (double t, Geom::Point &oPt, Geom::Point const &iS,
|
H A D | ShapeMisc.cpp | 1139 Path::CubicTangent (ts, sDx, prevx,nData->start,nData->p,nData->end); 1140 Path::CubicTangent (te, eDx, prevx,nData->start,nData->p,nData->end);
|
H A D | PathConversion.cpp | 688 void Path::CubicTangent(double t, Geom::Point &oPt, const Geom::Point &iS, const Geom::Point &isD, function in class:Path
|
Completed in 23 milliseconds