()
| 495 | this.#internal[3] = val; |
| 496 | } |
| 497 | static negativeInfinity() { |
| 498 | return new Vector4(Number.NEGATIVE_INFINITY); |
| 499 | } |
| 500 | static positiveInfinity() { |
| 501 | return new Vector4(Number.POSITIVE_INFINITY); |
| 502 | } |
nothing calls this directly
no outgoing calls
no test coverage detected