Searched refs:valueAndDerivatives (Results 1 - 12 of 12) sorted by relevance

/inkscape/src/2geom/
H A Dbasic-intersection.cpp282 as = A.valueAndDerivatives(s, 2);
283 bs = B.valueAndDerivatives(t, 2);
306 as = A.valueAndDerivatives(ns, 2);
307 bs = B.valueAndDerivatives(nt, 2);
H A Dlinear.h86 std::vector<Coord> valueAndDerivatives(Coord t, unsigned n) {
H A Dsbasis-curve.h95 return inner.valueAndDerivatives(t, n);
H A Dconcepts.h85 v = t.valueAndDerivatives(d, u-1);
H A Dbezier.cpp44 std::vector<Coord> Bezier::valueAndDerivatives(Coord t, unsigned n_derivs) const { function in class:Geom::Bezier
H A Dd2.h138 std::vector<Point > valueAndDerivatives(double t, unsigned n) const { function in class:Geom::D2
140 std::vector<Coord> x = f[X].valueAndDerivatives(t, n),
141 y = f[Y].valueAndDerivatives(t, n); // always returns a vector of size n+1
H A Dbezier-curve.h165 return inner.valueAndDerivatives(t, n);
H A Dbezier.h273 std::vector<Coord> valueAndDerivatives(Coord t, unsigned n_derivs) const;
H A Dd2-sbasis.cpp224 std::vector<Point> derivs = a.valueAndDerivatives(t, n);
H A Dsbasis.h235 std::vector<double> valueAndDerivatives(double t, unsigned n) const;
H A Dpiecewise.h116 std::vector<output_type> valueAndDerivatives(double t, unsigned n_derivs) const { function in class:Geom::Piecewise
118 std::vector<output_type> ret, val = segs[n].valueAndDerivatives(segT(t, n), n_derivs);
H A Dsbasis.cpp67 std::vector<double> SBasis::valueAndDerivatives(double t, unsigned n) const { function in class:Geom::SBasis

Completed in 31 milliseconds