return !allEquals(
                this.start.x < vector.start.x,
                this.start.x < vector.end.x,
                this.end.x < vector.start.x,
                this.end.x < vector.end.x,