MATLAB: ANDing Areas of multiple polygons given vertices

areapolygonvertices

I have the vertices of n polygons in 2d cartesian coordinates. These n polygons all intersect. I'm trying to find the vertices of this intersection

Best Answer

You might want to use polybool:
help polybool
Cheers!