()
| 292 | this.#internal[2] = val; |
| 293 | } |
| 294 | static negativeInfinity() { |
| 295 | return new Vector3(Number.NEGATIVE_INFINITY); |
| 296 | } |
| 297 | static positiveInfinity() { |
| 298 | return new Vector3(Number.POSITIVE_INFINITY); |
| 299 | } |
nothing calls this directly
no outgoing calls
no test coverage detected