Lines Matching defs:insert
204 # create a new Halfedge, setting its pm field to 0 and insert
208 edgeList.insert(lbnd,bisector)
215 priorityQ.insert(lbnd,p,newsite.distance(p))
218 # insert the new Halfedge to the right of the original bisector
221 edgeList.insert(lbnd,bisector)
227 priorityQ.insert(bisector,p,newsite.distance(p))
287 # insert the new bisector to the right of the left HE
291 edgeList.insert(llbnd, bisector)
300 priorityQ.insert(llbnd, p, bot.distance(p))
305 priorityQ.insert(bisector, p, bot.distance(p))
555 def insert(self,left,he):
633 def insert(self,he,site,offset):