()
| 498 | return new Vector4(Number.NEGATIVE_INFINITY); |
| 499 | } |
| 500 | static positiveInfinity() { |
| 501 | return new Vector4(Number.POSITIVE_INFINITY); |
| 502 | } |
| 503 | static zero() { |
| 504 | return new Vector4(0); |
| 505 | } |
nothing calls this directly
no outgoing calls
no test coverage detected