repetitions affect bounds
This commit is contained in:
parent
079250e665
commit
723d856915
3 changed files with 16 additions and 11 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue