I want to be able to calculate the area inside a closed many-sided polygon.
Given an array of the (x,y) vertices that define the polygon, is there a well-known algorithm that can calculate the enclosed area quickly?
Thanks,
Ted Hill