Is there any algorithm for calculating area of a shape given co-ordinates that define the shape ?

Posted by Superior0 on Stack Overflow See other posts from Stack Overflow or by Superior0
Published on 2010-03-12T11:46:29Z Indexed on 2010/03/12 19:57 UTC
Read the original article Hit count: 143

Filed under:
|
|

So I have some function that receives N random 2D points.

Is there any algorithm to calculate area of the shape defined by the input points?

© Stack Overflow or respective owner

Related posts about algorithm

Related posts about geometry