Python Forum
Rotated Rectangle overlap using Shapely - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Rotated Rectangle overlap using Shapely (/thread-32671.html)



Rotated Rectangle overlap using Shapely - pyNew - Feb-25-2021

Hello All,

New to this forum and have a computational geometry question. I would like to know how to calculate the intersection area of two Rectangle. I would like to use something that would also generate a visualization if possible (e.g. matplotlib??).

I have just installed Shapely - perhaps this would be a good approach?

Thank you in advance for any assistance.