()
| 319 | return new Vector3(0, 0, -1); |
| 320 | } |
| 321 | static forward() { |
| 322 | return new Vector3(0, 0, 1); |
| 323 | } |
| 324 | static fromHomogeneous(vector) { |
| 325 | return vector.trunc().mul(1 / vector.w); |
| 326 | } |
nothing calls this directly
no outgoing calls
no test coverage detected