Beispiel #1
0
 public static CellModel FindFarthestPosition(this GridModel grid, CellModel cell, Direction direction, out CellModel next)
 {
     return(FindFarthestPosition(grid, cell, Vector.FromDirection(direction), out next));
 }