Ejemplo n.º 1
0
 def __init__(self):
     CDataGenerator.__init__(self,(2,),2)
     self.poly = arrayd(((-10,-10),(0,10),(10,-10),(-10,0),(10,10),(0,-10),(-10,10),(10,0)))
Ejemplo n.º 2
0
 def __init__(self):
     CDataGenerator.__init__(self,(2,),2)
     self.poly = arrayd(((2,8),(6,8),(7,10),(8,8),(9,8),(8,7),
         (11,2),(6,5),(4,4),(5,6)))