コード例 #1
0
 public static RectNode[,] GridLatticeToRectNode2D(GridLattice <IRectGrid> input)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
        //TODO: make use of for non-lattice case, I guess?
        //IRectGrid[,] gridPathData = null;

        public RectifyAStarPathfinder(GridLattice <IRectGrid> pathData)
        {
            latticePathData = pathData;
        }