Static find2D array where 0 is walkable and 1 is obstacle
starting point
goal point
whether diagonal movement is allowed
array of points representing the path, or null if no path exists
Static Private getStatic Private heuristicStatic Private isStatic Private reconstructGenerated using TypeDoc
Finds the shortest path in a 2D grid using A* algorithm