Beispiel #1
0
 public int Distance(Hex hex)
 {
     return((this - hex).DistanceFromOrigin());
 }
Beispiel #2
0
 public bool Equals(Hex other)
 {
     return(Q == other.Q && R == other.R && S == other.S);
 }