(x, y)
| 622 | |
| 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) { |
no outgoing calls
no test coverage detected
searching dependent graphs…