|
|
back to boardHint Posted by KALO 21 Nov 2010 18:23 Calculate the signed area of the polygon... Re: Hint Firstly, find any point with largest X (or Y) coordinate and then compute the cross product of two vectors formed by two adjacent points and this point. You need to find a point with largest X (or Y) coordinate as the polygon is not convex. |
|
|