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