Searched refs:points1 (Results 1 – 2 of 2) sorted by relevance
2 …olygon=function(points1,points2){var result=new Intersection,length=points1.length;for(var i=0;i<l… argument
4322 fabric.Intersection.intersectPolygonPolygon = function (points1, points2) { argument4324 length = points1.length;4327 var a1 = points1[i],4328 a2 = points1[(i + 1) % length],