Given a polygon with N number of points (x,y coordinates) how to calculate the area (surface) ?
Printable View
Given a polygon with N number of points (x,y coordinates) how to calculate the area (surface) ?
Treat it as the sum of the areas of a lot of triangles.