Home
last modified time | relevance | path

Searched refs:points1 (Results 1 – 2 of 2) sorted by relevance

/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js2 …olygon=function(points1,points2){var result=new Intersection,length=points1.length;for(var i=0;i<l… argument
H A Dfabric.js4322 fabric.Intersection.intersectPolygonPolygon = function (points1, points2) { argument
4324 length = points1.length;
4327 var a1 = points1[i],
4328 a2 = points1[(i + 1) % length],