Searched refs:s0 (Results 1 - 4 of 4) sorted by relevance

/inkscape/src/live_effects/
H A Dlpe-sketch.cpp159 //This returns a random perturbation. Notice the domain is [s0,s0+first multiple of period>s1]...
161 LPESketch::computePerturbation (double s0, double s1){ argument
176 unsigned count = unsigned((s1-s0)/strokelength*tremble_frequency)+1;
177 //unsigned count = unsigned((s1-s0)/tremble_frequency)+1;
186 if ( s1-s0 > 1e-2)
187 dB[dim] = -(2*tremble_size-tremble_size.get_value())/(s0-s1)-B[dim]+A[dim];
197 res.setDomain(Interval(s0,s0+count*strokelength/tremble_frequency));
198 //res.setDomain(Interval(s0,s
247 double s1=0.,s0 = ends_tolerance*strokelength+0.0001;//the root finder might miss 0. local
[all...]
H A Dlpe-sketch.h63 Geom::Piecewise<Geom::D2<Geom::SBasis> > computePerturbation (double s0, double s1);
/inkscape/src/extension/internal/
H A Dodf.cpp999 double s0 = svd.getS(0); local
1001 xscale = s0;
/inkscape/share/extensions/
H A Dgcodetools.py1947 s0,s1,s3 = p1-p0,p2-p1,p3-p2
1948 n0 = s0.ccw().unit() if s0.l2()!=0 else P(csp_normalized_normal(sp1,sp2,0))

Completed in 49 milliseconds