[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Algorithm for Area of a closed polygon.



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