(x, y)
| 623 | function getAFrac(x, y) { return 1 - (y / _this.h); } |
| 624 | function getBFrac(x, y) { return 1 - ((x + (_this.h - y) / Math.sqrt(3)) / _this.w); } |
| 625 | function getCFrac(x, y) { return ((x - (_this.h - y) / Math.sqrt(3)) / _this.w); } |
| 626 | |
| 627 | function zoomMove(dx0, dy0) { |
| 628 | var x1 = x0 + dx0 * scaleX; |
no outgoing calls
no test coverage detected
searching dependent graphs…