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