remove per-shape polygonization state
This commit is contained in:
parent
7befe89af3
commit
9d42df831e
10 changed files with 71 additions and 107 deletions
|
|
@ -23,7 +23,7 @@ normalized_shape_tuple = Tuple[
|
|||
|
||||
# ## Module-wide defaults
|
||||
# Default number of points per polygon for shapes
|
||||
DEFAULT_POLY_NUM_POINTS = 24
|
||||
DEFAULT_POLY_NUM_VERTICES = 24
|
||||
|
||||
|
||||
T = TypeVar('T', bound='Shape')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue