public bool IsTileNE(IHex target, int dist) { var logic = new HexTileLogic(); return(logic.IsTileNE(this, target, dist)); }