We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845b185 commit ce64e12Copy full SHA for ce64e12
README.md
@@ -72,7 +72,7 @@ var matrix = [
72
var grid = new PF.Grid(5, 3, matrix);
73
```
74
75
-Currently there are 10 path-finders bundled in this library, namely:
+Currently there are 11 path-finders bundled in this library, namely:
76
77
* `AStarFinder` *
78
* `BreadthFirstFinder` *
@@ -84,6 +84,7 @@ Currently there are 10 path-finders bundled in this library, namely:
84
* `BiBreadthFirstFinder` *
85
* `JumpPointFinder` *
86
* `OrthogonalJumpPointFinder` *
87
+* `Trace` *
88
89
The suffix `Bi` for the last four finders in the above list stands for the bi-directional searching strategy.
90
0 commit comments