摘要: 在一个开源脚本了偶然看到这么几行,如下: function Polygon_contains(point) { var i, j, status=false; for (i=0, j=this.numpoints-1; i= 0 & deltY > 0) || (deltX deltY / deltX * (p.X - i.X) + i.Y; } ... 阅读全文
posted @ 2008-12-30 20:22 xiangeboy 阅读(1940) 评论(1) 推荐(0)