[PolyCollection] add PolyCollection shape
based on ndarrays of vertices and offsets
This commit is contained in:
parent
aee0d5b619
commit
fbe804750b
2 changed files with 208 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ from .shape import (
|
|||
)
|
||||
|
||||
from .polygon import Polygon as Polygon
|
||||
from .poly_collection import PolyCollection as PolyCollection
|
||||
from .circle import Circle as Circle
|
||||
from .ellipse import Ellipse as Ellipse
|
||||
from .arc import Arc as Arc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue