(z, w8)
| 755 | return new Vector3(this.x, this.y, z); |
| 756 | } |
| 757 | extend4(z, w8) { |
| 758 | return new Vector4(this.x, this.y, z, w8); |
| 759 | } |
| 760 | toString() { |
| 761 | return `Vector2 { x: ${this[0]}, y: ${this[1]} }`; |
| 762 | } |
nothing calls this directly
no outgoing calls
no test coverage detected