Auto commit by GitHub Actions Workflow

This commit is contained in:
MooseBotter
2023-10-30 17:06:25 +00:00
parent 622471e7a3
commit 64047f8e5b
38 changed files with 908 additions and 604 deletions

View File

@@ -1722,7 +1722,7 @@ Often, this can simply be determined by the distance between two nodes. Therefor
<h1>Calculate the Path</h1>
<p>Finally, we have to calculate the path. This is done by the <a href="ASTAR.GetPath.html">ASTAR.GetPath</a>(<em>ExcludeStart, ExcludeEnd</em>) function. This function returns a table of nodes, which
<p>Finally, we have to calculate the path. This is done by the <a href="##(GetPath)">#GetPath</a>(<em>ExcludeStart, ExcludeEnd</em>) function. This function returns a table of nodes, which
describe the optimal path from the start node to the end node.</p>
<p>By default, the start and end node are include in the table that is returned.</p>