2012年7月7日

a fast algorithm to compute the area of a polygon

摘要: Assume there is a polygon (v1, v2,...vn), where vi, (1<=i<=n) are its vertices. What is the area of this polygon?We have learnt cross product, which can be used to calculate the area of a triangle. We can also use this to calculate the area of a polygon by dividing the polygon with n segments 阅读全文

posted @ 2012-07-07 13:15 Torstan 阅读(296) 评论(0) 推荐(0)

导航