Python Forum

Full Version: Rotated Rectangle overlap using Shapely
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.