Returns an array with the points that are in the path found by AStar between the given points. The array is ordered from the starting point to the ending point of the path.
See Implementation
Returns an array with the points that are in the path found by AStar between the given points. The array is ordered from the starting point to the ending point of the path.