Home
last modified time | relevance | path

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

/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js41729 function lineIntersect(l1s, l1e, l2s, l2e) { argument
41736 denominator = ((l2e.y - l2s.y) * (l1e.x - l1s.x)) - ((l2e.x - l2s.x) * (l1e.y - l1s.y));
41742 a = l1s.y - l2s.y;
41743 b = l1s.x - l2s.x;
41751 x: Math.round(l1s.x + (c * (l1e.x - l1s.x))),
41752 y: Math.round(l1s.y + (c * (l1e.y - l1s.y)))