Reputation: 886
I have the following set of points:
Basically, they're distinct points of many different rectangles. I'd love to merge them into a polygon like so, omitting the inner vertices:
I've tried generating a polygon with a simple sort by the angle to the center of the shape but failed miserably, as it appears I'd have to get rid of the inner not needed vertices first. Not sure where to go from here.
Upvotes: 0
Views: 59