Searched refs:sec (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/2geom/
H A Dtoposweep.cpp319 void modify_windings(std::vector<int> &windings, boost::shared_ptr<Section> sec, Dim2 d) { argument
320 unsigned k = sec->curve.path;
321 if(k >= windings.size() || sec->fp[d] == sec->tp[d]) return;
322 if(sec->f < sec->t) windings[k]++;
323 if(sec->f > sec->t) windings[k]--;
382 boost::shared_ptr<Section> sec = context[i].section; local
383 if(Point::LexLessRt(d)(lim, sec
432 boost::shared_ptr<Section> sec = context[i].section; local
456 boost::shared_ptr<Section> sec = context[context_ix].section; local
[all...]
/inkscape/share/extensions/
H A Ddraw_from_triangle.py161 def sec(x):#secant(x) function
162 if x == pi/2 or x==-pi/2 or x == 3*pi/2 or x == -3*pi/2: #sec(x) is undefined
393 v_mat = [[0,sec(a_b),sec(a_c)],[sec(a_a),0,sec(a_c)],[sec(a_a),sec(a_b),0]]
409 v_mat = [[0,sec(a_b),sec(a_
[all...]

Completed in 12 milliseconds