public List <IHex> GetRayTilesViaDistNE(int dist) { var logic = new HexTileLogic(); return(logic.GetRayTilesViaDistNE(this, dist)); }