Uses of Class
io.ytcode.pathfinding.astar.Grid
-
-
Uses of Grid in io.ytcode.pathfinding.astar
Methods in io.ytcode.pathfinding.astar with parameters of type Grid Modifier and Type Method Description static longReachability. getClosestWalkablePointToTarget(int x1, int y1, int x2, int y2, int scale, Grid grid)static longReachability. getClosestWalkablePointToTarget(int x1, int y1, int x2, int y2, Grid grid)static booleanReachability. isReachable(int x1, int y1, int x2, int y2, int scale, Grid grid)static booleanReachability. isReachable(int x1, int y1, int x2, int y2, Grid grid)PathAStar. search(int sx, int sy, int ex, int ey, Grid map)PathAStar. search(int sx, int sy, int ex, int ey, Grid map, boolean smooth)voidAStar. search(int sx, int sy, int ex, int ey, Grid map, Path path)voidAStar. search(int sx, int sy, int ex, int ey, Grid map, Path path, boolean smooth)
-