(e, t)
| 384 | } |
| 385 | |
| 386 | function P(e, t) { |
| 387 | const { position: i, nPosition: s } = e; |
| 388 | i.x = A.x - t.left; |
| 389 | i.y = A.y - t.top; |
| 390 | s.x = (i.x / t.width) * 2 - 1; |
| 391 | s.y = (-i.y / t.height) * 2 + 1; |
| 392 | } |
| 393 | function D(e) { |
| 394 | const { x: t, y: i } = A; |
| 395 | const { left: s, top: n, width: o, height: r } = e; |
no outgoing calls
no test coverage detected