ANaka / brr

Nth repo for generative art

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Creating a primitive that inherits from `shapely` directly.

ANaka opened this issue · comments

genpen.Shape was adding new features to shapely.geometry.Polygon via composition, but looking back it feels like inheritance would have been smarter.

okay this is very unlikely to be worth it, clearly not intended for inheritance for what look like good reasons