()
| 648 | this.#internal[1] = val; |
| 649 | } |
| 650 | static negativeInfinity() { |
| 651 | return new Vector2(Number.NEGATIVE_INFINITY); |
| 652 | } |
| 653 | static positiveInfinity() { |
| 654 | return new Vector2(Number.POSITIVE_INFINITY); |
| 655 | } |
nothing calls this directly
no outgoing calls
no test coverage detected