ANDing Areas of multiple polygons given vertices

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

 Accepted Answer

You might want to use polybool:
help polybool
Cheers!

1 Comment

That worked. I had to loop the polybool and its spitting out an error (i think for only using vertices) but it worked. Thanks!

Sign in to comment.

More Answers (0)

Categories

Asked:

on 17 Aug 2012

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!