Searched refs:smoothness (Results 1 - 3 of 3) sorted by relevance

/inkscape/share/extensions/
H A Dfractalize.py21 def calculateSubdivision(x1,y1,x2,y2,smoothness):
37 r = random.uniform(-length/(1+smoothness),length/(1+smoothness))
/inkscape/src/2geom/
H A Dsbasis-math.h85 Piecewise<SBasis> interpolate( std::vector<double> times, std::vector<double> values, unsigned smoothness = 1);
H A Dsbasis-math.cpp347 * \param smoothness: (defaults to 1) regularity class of the result: 0=piecewise linear, 1=continuous derivative, etc...
349 Piecewise<SBasis> interpolate(std::vector<double> times, std::vector<double> values, unsigned smoothness){ argument
354 SBasis sk = shift(Linear(1.),smoothness);

Completed in 11 milliseconds