Used for comparing hashCodes
@override int get hashCode => x1.hashCode ^ y1.hashCode ^ x2.hashCode ^ y2.hashCode ^ x3.hashCode ^ y3.hashCode;