Searched refs:pointAndDerivatives (Results 1 - 10 of 10) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-attach-path.cpp84 std::vector<Geom::Point> derivs = this_pathv.front().front().pointAndDerivatives(0, 3);
101 std::vector<Geom::Point> derivs_2 = c->pointAndDerivatives(start_path_position >= transformedpath.size() ? 1 : (start_path_position - (int)start_path_position), 3);
140 std::vector<Geom::Point> derivs = last_seg_reverse->pointAndDerivatives(0, 3);
156 std::vector<Geom::Point> derivs_2 = c->pointAndDerivatives(end_path_position >= transformedpath.size() ? 1 : (end_path_position - (int)end_path_position), 3);
H A Dlpe-knot.cpp427 std::vector<Point> flag_i = gpaths[i][curveidx].pointAndDerivatives(t,1);
432 std::vector<Point> flag_j = gpaths[j][curveidx].pointAndDerivatives(t,1);
/inkscape/src/2geom/
H A Dcurve.h110 virtual Point pointAt(Coord t) const { return pointAndDerivatives(t, 0).front(); }
130 virtual std::vector<Point> pointAndDerivatives(Coord t, unsigned n) const = 0;
H A Dcurve.cpp155 std::vector<Point> derivs = pointAndDerivatives(t, n);
H A Dsbasis-curve.h94 virtual std::vector<Point> pointAndDerivatives(Coord t, unsigned n) const { function in class:Geom::SBasisCurve
H A Delliptical-arc.h298 virtual std::vector<Point> pointAndDerivatives(Coord t, unsigned int n) const;
H A Dpath-intersection.cpp159 as = A.pointAndDerivatives(s, 2);
160 bs = B.pointAndDerivatives(t, 2);
188 as = A.pointAndDerivatives(ns, 2);
189 bs = B.pointAndDerivatives(nt, 2);
H A Dbezier-curve.h164 virtual std::vector<Point> pointAndDerivatives(Coord t, unsigned n) const { function in class:Geom::BezierCurve
H A Delliptical-arc.cpp255 EllipticalArc::pointAndDerivatives(Coord t, unsigned int n) const function in class:Geom::EllipticalArc
258 return chord().pointAndDerivatives(t, n);
/inkscape/src/helper/
H A Dgeom-pathstroke.cpp724 std::vector<Geom::Point> derivs = bez.pointAndDerivatives(time, 3);

Completed in 1716 milliseconds