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

/inkscape/share/extensions/
H A Dvoronoi.py201 edge = Edge.bisect(bot,newsite)
281 edge = Edge.bisect(bot, top)
374 def bisect(s1,s2): member in class:Edge
510 # if the two edges bisect the same parent return None
H A Dgcodetools.py26 Fixed a bug in bisect - it could go wrong due to rounding errors if
5188 def bisect((nx1,ny1),(nx2,ny2)) : function in function:Gcodetools.engraving
5195 Note that bisect(n1,n2) and bisect(n2,n1) give opposite sinBis2 results
5216 #end bisect
5617 bx,by,s=bisect((nx0,ny0),(nx1,ny1))
5649 #bisect
5650 bx,by,s=bisect((nx0,ny0),(nx1,ny1))
/inkscape/src/2geom/
H A Dline.h506 Angle bisect = ival.angleAt(0.5); local
507 return Line(O, bisect);

Completed in 37 milliseconds