Home
last modified time | relevance | path

Searched refs:l1e (Results 1 – 2 of 2) 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));
41751 x: Math.round(l1s.x + (c * (l1e.x - l1s.x))),
41752 y: Math.round(l1s.y + (c * (l1e.y - l1s.y)))
/plugin/mermaid/
H A Dmermaid.min.js[all...]