()
| 295 | return new Vector3(Number.NEGATIVE_INFINITY); |
| 296 | } |
| 297 | static positiveInfinity() { |
| 298 | return new Vector3(Number.POSITIVE_INFINITY); |
| 299 | } |
| 300 | static zero() { |
| 301 | return new Vector3(0); |
| 302 | } |
nothing calls this directly
no outgoing calls
no test coverage detected