repetitions affect bounds

This commit is contained in:
jan 2023-04-12 19:31:17 -07:00
commit 723d856915
3 changed files with 16 additions and 11 deletions

View file

@ -15,7 +15,7 @@ from .error import PatternError
from .utils import rotation_matrix_2d
class Repetition(Copyable, Rotatable, Mirrorable, Scalable, metaclass=ABCMeta):
class Repetition(Copyable, Rotatable, Mirrorable, Scalable, Bounded, metaclass=ABCMeta):
"""
Interface common to all objects which specify repetitions
"""