Home
last modified time | relevance | path

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

/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js6823 … var aCP = (function (x) { return x * 180 / Math.PI; })(Math.atan2(y3, x3) - Math.atan2(y0, x0)); function
6824 aStart = (aStart - aCP) % 360;
6825 aEnd = (aEnd - aCP) % 360;