remove per-shape polygonization state
This commit is contained in:
parent
7befe89af3
commit
9d42df831e
10 changed files with 71 additions and 107 deletions
|
|
@ -3,7 +3,7 @@ Shapes for use with the Pattern class, as well as the Shape abstract class from
|
|||
which they are derived.
|
||||
"""
|
||||
|
||||
from .shape import Shape, normalized_shape_tuple, DEFAULT_POLY_NUM_POINTS
|
||||
from .shape import Shape, normalized_shape_tuple, DEFAULT_POLY_NUM_VERTICES
|
||||
|
||||
from .polygon import Polygon
|
||||
from .circle import Circle
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue