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