Calculate hashcode of 2-dimensional coordinate
@override int get hashCode { return x.hashCode ^ (y.hashCode * 17); }