I\'m looking for some help with a project I\'m working on.
What I\'m doing is a polygon approximation algorithm. I\'ve got all of the points of my boundary, but in orde
Top left: min(x+max(y)-y)
Bottom right: min(max(x)-x+y)
Where the inner max is a constant.