typedef struct { double x,y; } Point; double PolygonArea(Point *polygon,int N) { int i,j; double area = 0; for (i=0;i