Package MeatEngine :: Package Math :: Package Voronoi :: Module quadedge :: Class Edge
[hide private]
[frames] | no frames]

Class Edge

source code

Instance Methods [hide private]
 
__init__(self) source code
 
oNext(self)
next edge ccw with same origin
source code
 
oPrev(self)
prev edge ccw with same origin
source code
 
dNext(self)
next edge ccw with the same destination
source code
 
dPrev(self)
prev edge with the same destination
source code
 
lNext(self)
next edge around left face of current edge
source code
 
lPrev(self)
prev edge around left face of current edge
source code
 
rNext(self)
next edge around right face of current edge
source code
 
rPrev(self)
prev edge around right face of current edge
source code
 
org(self)
origin of edge
source code
 
dest(self)
destination of edge
source code
 
endPoints(self, org, dst)
set endpoints
source code
 
__str__(self) source code