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

/inkscape/share/extensions/
H A Dvoronoi.py185 minpt = Site(-BIG_FLOAT,-BIG_FLOAT)
242 # get the Site to the left of the left HE and to the right of
272 # if the site to the left of the event is higher than the Site
290 # Site, then this endpoint is put in position 0; otherwise in pos 1
321 class Site(object): class in inherits:object
328 print "Site #%d (%g, %g)" % (self.sitenum,self.x,self.y)
416 self.vertex = None # Site()
534 return Site(xint,yint)
667 return Site(x,y)
687 self.__sites.append(Site(p
[all...]

Completed in 17 milliseconds