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

/inkscape/share/extensions/
H A Dvoronoi.py194 # get first Halfedge to the LEFT and RIGHT of the new site
204 # create a new Halfedge, setting its pm field to 0 and insert
207 bisector = Halfedge(edge,Edge.LE)
217 # create a new Halfedge, setting its pm field to 1
218 # insert the new Halfedge to the right of the original bisector
220 bisector = Halfedge(edge,Edge.RE)
223 # if this new bisector intersects with the right Halfedge
226 # push the Halfedge into the ordered linked list of vertices
234 # pop the Halfedge with the lowest vector off the ordered list of
235 # vectors. Get the Halfedge t
409 class Halfedge(object): class in inherits:object
[all...]

Completed in 14 milliseconds