I currently have a vector of points
vector corners;
where I have previously stored the corner points of a given polygon. Given tha
There is no unique solution for a concave polygon:
The convex polygon could be find uniquelly as the convex hull of the points (if you know that the points build a convex polygon).