Exemple #1
0
 def __init__(self):
   Prototile.__init__(self, Triangle(), SymmetryGroup(4, 0))
Exemple #2
0
 def __init__(self):
   Prototile.__init__(self, Trimorphic(), SymmetryGroup(4, 1))
Exemple #3
0
 def __init__(self, n):
   Prototile.__init__(self, CHorn(n), SymmetryGroup(n * 2, 1))