Graph.SearchOptions
Options that can configure how the A* algorithm runs.
Methods
Methods
heuristic
An estimate of the "distance" between vertexA and vertexB. The default heuristic function returns 0.
| Parameter | Type |
|---|---|
| vertexA | Graph.Vertex<T> |
| vertexB | Graph.Vertex<T> |
| edge | Graph.Edge<T> |
Returns: number