Searched defs:interpolateToPath (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-powerstroke-interpolators.h42 virtual Geom::Path interpolateToPath(std::vector<Point> const &points) const = 0;
54 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::Linear
74 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::CubicBezierFit
115 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::CubicBezierJohan
146 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::CubicBezierSmooth
181 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::SpiroInterpolator
215 virtual Path interpolateToPath(std::vector<Point> const &points) const { function in class:Geom::Interpolate::CentripetalCatmullRomInterpolator

Completed in 80 milliseconds