[PolyCollection] add PolyCollection shape

based on ndarrays of vertices and offsets
This commit is contained in:
jan 2024-10-17 18:04:25 -07:00 committed by Jan Petykiewicz
commit fbe804750b
2 changed files with 208 additions and 0 deletions

View file

@ -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