Beispiel #1
0
 def draw(self, pyx_canvas):
     active = False
     CurvePath.draw(self, pyx_canvas, active, self.color)
Beispiel #2
0
 def __init__(self, s1, s2, points):
     CurvePath.__init__(self, s1, s2, points)
     self.deco_fun = CurvePath.arrow_end
     self.color = pcolor.rgb.black