()
| 121873 | return this; |
| 121874 | }, |
| 121875 | empty () { |
| 121876 | return this.x1 === +Number.MAX_VALUE && this.y1 === +Number.MAX_VALUE && this.x2 === -Number.MAX_VALUE && this.y2 === -Number.MAX_VALUE; |
| 121877 | }, |
| 121878 | equals (b4) { |
| 121879 | return this.x1 === b4.x1 && this.y1 === b4.y1 && this.x2 === b4.x2 && this.y2 === b4.y2; |
| 121880 | }, |
nothing calls this directly
no outgoing calls
no test coverage detected