Home
last modified time | relevance | path

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

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js137 var resultVector_1 = { x: 0, y: 0 }; class in AnonymousFunctiona38a74720100.AnonymousFunctiona38a74720300.EventsManager.EventsManager._calculateDirectionVector
139 resultVector_1.x += vector.x;
140 resultVector_1.y += vector.y;
142 …var magnitude = Math.sqrt(resultVector_1.x * resultVector_1.x + resultVector_1.y * resultVector_1.…
143 …var angleDegrees = Math.atan2(Math.abs(resultVector_1.y), Math.abs(resultVector_1.x)) * 180 / Math…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1 …Down","_calculateDirectionVector","_trace","dots","vectors","x","y","resultVector_1","vector","mag…